Page 1 of 1

setting up rtsp stream (h.264)

Posted: 11 Mar 2008 21:15
by rbarrero
Hi

I'm trying to setup a RTSP stream from my web server that is receiving a H.264 UDP unicast stream.

After reading the advanced streaming documentation, here's what I've come up with:

vlc -d udp://@66.66.66.66:1234 --sout=#rtp{mux=ts,name=NHK,sdp=rtsp://67.67.67.67:8080/stream.sdp} --security-policy 1

In VLC I get:
live555: RTSP PLAY failed PLAY: cannot handle response: RTSP/1.0 456 Header field not valid for resource

In Quicktime I get:
"Live Broadcast - Paused" (constantly, even after hitting play)

Can someone tell me what I'm doing wrong?

Thanks!

PS - when using the 'std' module and access=http, the command works and I can view the h.264 stream in VLC.

Rafael

Re: setting up rtsp stream (h.264)

Posted: 11 Mar 2008 22:35
by rbarrero
I have also tried the following with the same result:

./vlc -vvv --ttl 12 --color --extraintf telnet --telnet-password videolan --security-policy 1

> new nhk broadcast enabled
> setup nhk input udp://@67.131.90.41:1330
> setup nhk output #rtp{name=NHK,sdp=rtsp://67.131.90.200:8080/nhk.sdp}
> control nhk play
> quit

The logs show connections, but there is no output on either player.

Thanks,

Rafael