Thanks for your hint for my command line search.
I only want to stream the audio to my device.
So I used:

vlc movie.mp4 --sout '#transcode{acodec=mp3,ab=192,channels=2}:std{acce
ss=http,mux=raw,dst=localhost:1234/audio.mp3}'

It should create a streaming server but it creates only errors:

[00000419] access_output_file access out error: cannot open
`localhost:1234/audio.mp3' (No such file or directory)
[00000417] stream_out_standard stream out error: no suitable sout
access module for `file/raw://localhost:1234/audio.mp3'
[00000414] stream_out_transcode stream out error: cannot create chain
[00000413] main stream output error: stream chain failed for
`transcode{acodec=mp3,ab=192,channels=2}:std{acce
ss=http,mux=raw,dst=localhost:1234/audio.mp3}'
[00000412] main input error: cannot start stream output instance,
aborting

I Think this ist caused beacause a user isn't allowed to open a port
under linux. But stastring with sudo also doesnt work?


-- 
boomlumpi
------------------------------------------------------------------------
boomlumpi's Profile: http://forums.slimdevices.com/member.php?userid=22963
View this thread: http://forums.slimdevices.com/showthread.php?t=43036

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to