Re: [Live-devel] openrtsp

2009-11-26 Thread Ross Finlayson
I have built and tested the openrtsp command line utility. It works fine for most of the most commonly used payload formats. I also tried to use the -t and -T options to use a RTP over RTSP (or HTTP) tunnel and again it works very nice. My question is as follows - I have a special camera with

[Live-devel] openrtsp

2009-11-26 Thread Němec Alexandr
Hi all, I have built and tested the openrtsp command line utility. It works fine for most of the most commonly used payload formats. I also tried to use the -t and -T options to use a RTP over RTSP (or HTTP) tunnel and again it works very nice. My question is as follows - I have a special camera

Re: [Live-devel] GET_PARAMETERS used as a ping request and VLC

2009-11-26 Thread Glen Gray
On 26/11/09 00:28, Ross Finlayson wrote: Yes, by modifying the code in "RTSPServer.cpp" :-) Until we fix the problem (at least at the server end), that's the only way I can see to overcome this issue - unless VLC is fixed to not use "GET_PARAMETER" as a client liveness indicator. It doesn't r

Re: [Live-devel] GET_PARAMETERS used as a ping request and VLC

2009-11-26 Thread Cristiano Belloni
Ross Finlayson wrote: 1) Is there a way to change the OPTIONS response? Yes, by modifying the code in "RTSPServer.cpp" :-) Until we fix the problem (at least at the server end), that's the only way I can see to overcome this issue - unless VLC is fixed to not use "GET_PARAMETER" as a client

Re: [Live-devel] question about streaming h264 video and binary data

2009-11-26 Thread Ottavio Campana
Ottavio Campana ha scritto: I tried following the stream with wireshark, and packets are sent correctly every 40ms, one for H264 and one for data. The only thing that surprises me is that the same sequence for the number of the packets is used for the two streams. Thus, h264 packets have even s

Re: [Live-devel] question about streaming h264 video and binary data

2009-11-26 Thread Ottavio Campana
Ross Finlayson ha scritto: Now I would like to stream some custom data with the video stream, thus I wrote a subclass of DeviceSource that feeds the custom data to a subclass of OnDemandServerMediaSubsession . When I try to play the stream with a "normal" player such as mplayer or vlc I expect t