ximarx / vlc-shares

Automatically exported from code.google.com/p/vlc-shares
0 stars 1 forks source link

VLC Streams result in Error: stream_out_standard stream out error: no mux specified or found by extension #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start a VLC Stream (video source does not matter, tested with xvid, mkv, 
flv, mp4)
2. try to open the stream

What is the expected output? What do you see instead?
A Stream.

What version of the product are you using? On what operating system?
Ubuntu 10.04.2 LTS
libzend-framework-php 1.10.3-0ubuntu1
zend-framework 1.10.3-0ubuntu1
zend-framework-bin 1.10.3-0ubuntu1
libvlc2 1.0.6-1ubuntu1.6
libvlc5 1.1.9-1ubuntu1~ppa1~lucid1
libvlccore2 1.0.6-1ubuntu1.6
libvlccore4 1.1.9-1ubuntu1~ppa1~lucid1
vlc 1.1.9-1ubuntu1~ppa1~lucid1
vlc-data 1.1.9-1ubuntu1~ppa1~lucid1
vlc-nox 1.1.9-1ubuntu1~ppa1~lucid1
vlc-plugin-notify 1.1.9-1ubuntu1~ppa1~lucid1
vlc-plugin-pulse 1.1.9-1ubuntu1~ppa1~lucid1
ffmpeg 4:0.6.2-1ubuntu1~ppa1~lucid1
libavcodec-extra-52 4:0.5.1-1ubuntu1.1
libavfilter0 4:0.5.1-1ubuntu1.1
libavutil-extra-49 4:0.5.1-1ubuntu1.1
libavutil49 4:0.5+svn20090706-2ubuntu2.3
apache2 2.2.14-5ubuntu8.4
mplayer 2:1.0~rc4.dfsg1-1ubuntu3~ppa1~lucid1
mplayer-nogui 2:1.0~rc3+svn20090426-1ubuntu16.1

Please provide any additional information below.
added the vlc-shares debug log file with highest log level
However the problem seems to be that vlc triggers:
/usr/bin/vlc --play-and-exit "/bla/what/what.flv" 
--sout=\\\\\\\\\\\\\\\"#transcode{venc=ffmpeg,vcodec=mp2v,vb=4000,scale=.5,width
=640,fps=25,acodec=a52,ab=384,channels=6,samplerate=48000,soverlay}:std{access=h
ttp,mux=ts,dst=:8081}\\\\\\\\\\\\\\\" --sout-keep    -I http 
--http-host="127.0.0.1:4212" --daemon --pidfile="/tmp/vlcLock.pid" 

if i try to execute this command, it will result it :
[0x20eed60] stream_out_standard stream out error: no mux specified or found by 
extension
[0x20ee9e0] main stream output error: stream chain failed for 
`standard{mux="",access="\\\\\\\"#transcodesoverlay",dst="stddst=:8081\\\\\\\""}
'
[0x14e3e00] main input error: cannot start stream output instance, aborting

Original issue reported on code.google.com by martin.n...@gmail.com on 21 Apr 2011 at 5:59

Attachments:

GoogleCodeExporter commented 9 years ago
vlc-shares version 0.5.3 ;)

Original comment by martin.n...@gmail.com on 21 Apr 2011 at 6:05

GoogleCodeExporter commented 9 years ago
tried vlc-shares beta1 0.5.4, problem solved .. vlc stream works out of the box 
:)

Original comment by martin.n...@gmail.com on 21 Apr 2011 at 6:34

GoogleCodeExporter commented 9 years ago
This problem is not related with vlc-shares. It's related to magic quote 
enabled in php.ini (and shouldn't be enabled in php 5.3+). VLCShares 0.5.4 
works because i added a workaround for this. Anyway you could think about 
disable magic quotes.

Original comment by ximarx@gmail.com on 21 Apr 2011 at 6:53