Catching RTP-Stream invoked by video server
Posted: 12 Jun 2010 00:53
Hi!
I just got a Sony Videoserver (SNT-EP104) and am currently trying to view the provided h.264 stream with vlc. I first tried some of the sony-typical addresses rtsp://ipaddress/media/video0 and so on. The problem is they just didn't work.
So I started capturing the traffic caused by the ActiveX plugin supplied on a CD and found out, that it initiates the transfer with the http request "GET /image1?UdpMode=unicast&UdpPort=50000"
Opening the address "http://ipaddress/image1?UdpMode=unicast&UdpPort=50000" in a browser I was able to invoke the stream manually. So now I get a whole bunch of RTP packets (for now just logged using wireshark) plus icmp responses from my pc that the destination (socket with port 50000 on my pc) is unreachable. Seems to be right so far.
Now may question:
What would be an adequate way to make vlc start listening on udp-port 50000 to grab the rtp-stream?
I just got a Sony Videoserver (SNT-EP104) and am currently trying to view the provided h.264 stream with vlc. I first tried some of the sony-typical addresses rtsp://ipaddress/media/video0 and so on. The problem is they just didn't work.
So I started capturing the traffic caused by the ActiveX plugin supplied on a CD and found out, that it initiates the transfer with the http request "GET /image1?UdpMode=unicast&UdpPort=50000"
Opening the address "http://ipaddress/image1?UdpMode=unicast&UdpPort=50000" in a browser I was able to invoke the stream manually. So now I get a whole bunch of RTP packets (for now just logged using wireshark) plus icmp responses from my pc that the destination (socket with port 50000 on my pc) is unreachable. Seems to be right so far.
Now may question:
What would be an adequate way to make vlc start listening on udp-port 50000 to grab the rtp-stream?