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
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.
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
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,
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
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
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
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
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.