Wowza Community

Streaming RTSP from VLC problem

Hi, i’ve a little problem with rtsp streaming from VLC.

I’ve a dreambox that stream with http. With vlc convert the stream from http to rtsp with :sout=#transcode{vcodec=h264,scale=Auto,width=320,height=240,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:1234/} :sout-keep

In wowza add a stream file with rtsp://ip_address:1234/ and connect the stream but all black. No video.

Any ideas ?

Thanks for support

Hi,

Take a look at the examples given here for the transcoding parameters.

Also you could try sending to Wowza with MPEG-TS instead, you may have more success with that:

:rtp{dst=127.0.0.1,port=1234,mux=ts}

Daren

Tryng this:

cvlc http://172.16.0.202:8001/1:0:1:1:3DE:110:820000:0:0:0: --sout="#transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac},vcodec=x264,vb=150,scale=0.5,acodec=mp3,ab=96,channels=2,samplerate=44100}:rtp{dst=172.16.0.89,port=1234,mux=ts}"

but no luck… If i try to open in another vlc rtsp://172.16.0.89:1234 unable to connect. Same with udp://

Hi,

Take a look at the examples given here for the transcoding parameters.

Also you could try sending to Wowza with MPEG-TS instead, you may have more success with that:

:rtp{dst=127.0.0.1,port=1234,mux=ts}

Daren