hello,
I am trying to get it work, but I don't know where is the problem: I have one server with VLC which is generating stream (from mpeg2 file) to another server with VLC. Clients will connect to second server. So the second one is some kind of proxy.
On first I have:
vlc file.mpg --sout '#transcode{vcodec=mp4v,vb=240,scale=0.4,acodec=mpga,ab=64}:standard{access=http,mux=ogg,url= :8001}'
on second:
vlc http://first_server_ip:8001 --sout '#standard{access=http,mux=ogg,url= :8001}'
If I am trying to connect to first one - my client (mplayer or vlc) is playing it ok. But after connecting to second - there is problem, no video, some parts of audio - some werid behaviour.
Everything is OK when I use DIV3/mp3 and mmsh/asf, but I want to use mpeg4.
There is no problem with network! I double checked it.
VLC can play first stream, but it can't stream it farther , why?
Are thre any known problems with streaming without transcoding? Like I said - source stream is OK.
I tried different versions, also 0.8.4.
one more, I get this error:
main demuxer warning: no access_demux module matched "http" on second server. Servers are the exactly the same.
I tried to use debian version, I compiled vlc myself - always the same err.
I got vlc binary from my laptop and copied it to second server... the same err But on laptop I can play stream...
please help...