-
Notifications
You must be signed in to change notification settings - Fork 13
Document ln caveats #11
Comments
I added a pseudo "ln" command, hoping to be able to launch mplayer or vlc from inside the dat, but alas, it does not work (yet). You can still (in dat-shell) cp 01-jon-kyle.mp4 ~/01-jon-kyle.mp4 and that will work. Turns out, you can play the file with
And that will work. After playback, the fifo (link) ~/01-jon-kyle.mp4 is deleted. Next still will be to document it in the readme. |
For vlc:
|
Sur mac vlc 2.2.6 :
k?' libvlc's "" is not a command
k?'. Type
??C??'. Type `help' for help.
??9U*\I?&V=?' libvlc's "" is not a command
??? ???^
??? ???^ ]Ch;) ??2??$
??? I? ??$?0 My???? ?? ??? ??? I? ??$?0
Unknown command
?7?#own command `??
1?? ror in
???8??Y?
????' libvlc's "?" is not a command
????'. Type
?~ ??/? ?~ ??/? ?d? ?A?? ?m? ?A?? ?m?
?K$,#wn command `?(????? qY[;
Error in qm+ qm+
|
Currently, ln builds on mkfifo to create a fs fifo. In dat-shell, we can currently
And from another terminal:
But unfortunately, neither mplayer nor vlc will play a video file linked in a such a way.
The text was updated successfully, but these errors were encountered: