[Live-devel] UDP ports in HTTP Live Streaming

2014-01-20 Thread Pak Man Chan
Hi Ross, Could you advise the roles of the UDP ports in HLS? The problem with them is that they are not being closed when streaming ends. Sooner or later, new sockets run out and streaming will stop as the server will try repeatedly creating the sockets in OnDemandServerMediaSubsession::getS

Re: [Live-devel] HTTP live streaming crash

2014-01-20 Thread Pak Man Chan
> > > Arggh! Tracking down and fixing bugs in this code has been frustrating. > > Try the next release: 2014.01.20 - available now. > > > Hi Ross, Thanks, this fixes the crash. Regards, Park ___ live-devel mailing list live-devel@lists.live555.com ht

Re: [Live-devel] streaming h264 dynamic payload from rtp source

2014-01-20 Thread Ross Finlayson
> I’ve been looking at the examples and have tried to accomplish setting up an > RTSP server that can stream RTP H264 dynamic payload from a live RTP source > carrying MPEG2 Transport with H264 PES payload and keep running into > problems. Any guidance would be greatly appreciated. Dave, The

[Live-devel] streaming h264 dynamic payload from rtp source

2014-01-20 Thread Garrison, David
Hello - I've been looking at the examples and have tried to accomplish setting up an RTSP server that can stream RTP H264 dynamic payload from a live RTP source carrying MPEG2 Transport with H264 PES payload and keep running into problems. Any guidance would be greatly appreciated. My latest

Re: [Live-devel] Problem_with_mpegts_muxer

2014-01-20 Thread Ross Finlayson
First, please trim your messages when responding to email. On Jan 20, 2014, at 5:44 AM, 팜반푸 wrote: > I just found out what's going on here. > I feed the Live H.264 directly to the MPEG2TransportStreamFromESSource to > make the TS. But right here I have two cases: > + If I keep the startcode of

Re: [Live-devel] Problem_with_mpegts_muxer

2014-01-20 Thread 팜반푸
Hi Ross, I just found out what's going on here. I feed the Live H.264 directly to the MPEG2TransportStreamFromESSource to make the TS. But right here I have two cases: + If I keep the startcode of the H.264 stream then the broken part at the right bottom corner appears but instead I can play bac

Re: [Live-devel] Problem_with_mpegts_muxer

2014-01-20 Thread daniel
Hi Ross, Thank you so much for your response! I already updated the lasted version of Live555. Now I got another problem. I use this kind of chain to make the transport stream: InputVideo(Live H.264)-> H264VideoStreamFramer->MPEG2TransportStreamFromESSource. With that chain I got the :Frame trun

Re: [Live-devel] HTTP live streaming crash

2014-01-20 Thread Ross Finlayson
> 2014.01.19 release fails at the same location as the 0117 release when HLS > runs. Arggh! Tracking down and fixing bugs in this code has been frustrating. Try the next release: 2014.01.20 - available now. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___