[Live-devel] openRTSP with no backchannel

2009-08-26 Thread Dave Henning
Part 1: I am working with a system that multicasts multiple streams over DVB-H. Normally, I receive an SDP file for each stream from the electronic service guide and I view the streams by passing the SDP file into my libav-based application. However, this did not work for any of the streams being

Re: [Live-devel] every 65 seconds, noteLiveness timeout handle causes the live555 send bye to QT, and disconnect the streaming.

2009-08-26 Thread Yedidia Amit
Hi I think that a better solution is to disable the liveness check. this can be easily done by calling the RTSP constructor with reclamationTestSeconds = 0; fRTSPServer = RTSPServer::createNew(*fEnv, serverPort, authDB,reclamationTestSeconds); Amit Yedidia.

Re: [Live-devel] every 65 seconds, noteLiveness timeout handle causes the live555 send bye to QT, and disconnect the streaming.

2009-08-26 Thread Dan DuFeu
Hi, I believe the proper fix for this issue is to add a timeout=xxx to the session field in the RTSP response. If you turn off reclaiming sessions, you might run into performance/memory issues. I wrote a note about this on Aug 6 and included a change in a patch with my alternate RTSP over H

Re: [Live-devel] Does LIVE55 support HHTPs tunneling

2009-08-26 Thread Bianco Veigel
Maybe you can use stunnel (http://www.stunnel.org/) to add SSL-Encryption to RTP over RTSP over HTTP Binco Am 21.08.2009 15:50, schrieb Ross Finlayson: Does LIVE555 supports 1. RTP over RTSP. Yes (client and server). (Is this not obvious from the code??) 2. RTP over RTSP over Http Yes,

Re: [Live-devel] quicktime client for h264

2009-08-26 Thread Ganesh V
Huang, while transmitting the same, NALU headers need to be removed. NALU header ? you do not mean start code ? Yes, you are correct. I meant the start code only i.e. 0x00 00 00 01. Ganesh ___ live-devel mailing list live-devel@lists.live55

[Live-devel] H.264 ES streaming

2009-08-26 Thread Stas Desyatnlkov
Hi All, I'm trying to stream (unicast) an H264 from elementary stream file. The final goal is to stream NAL packets from a hardware encoder but this should be easily adopted once the file streamer works. The ES file was created by a remux software and is playable by mplayer. The problem is my s

[Live-devel] every 65 seconds, noteLiveness timeout handle causes the live555 send bye to QT, and disconnect the streaming.

2009-08-26 Thread zhi sun
Hi All, I am porting live555 to our device, it works fine, but with problem: Almost every 65 seconds, noteLiveness timeout handle causes the live555 send bye to QT. I notice that it caused by void RTSPServer::RTSPClientSession ::livenessTimeoutTask(RTSPClientSession* clientSession) { // If thi

Re: [Live-devel] quicktime client for h264

2009-08-26 Thread huang
2009/8/26 Ganesh V > For Quicktime, at beginning, you need to ensure that you send SPS and PPS > as sprop_parameter_sets. Do note that > Yes ! I am sure I send SPS and PPS as sprop_parameter_sets :) while transmitting the same, NALU headers need to be removed. > NALU header ? you do not mean s

Re: [Live-devel] quicktime client for h264

2009-08-26 Thread Ganesh V
For Quicktime, at beginning, you need to ensure that you send SPS and PPS as sprop_parameter_sets. Do note that while transmitting the same, NALU headers need to be removed. Hope this helps, Ganesh ___ live-devel mailing list live-devel@lists.