Re: [Live-devel] RSTP a Live Stream to an AMINO A125

2012-01-22 Thread Achraf Gazdar
> > I have no experience in C++, typical, I mainly use PHP. > > Then this software is not for you. I'm sorry to sound harsh, but I'm just > telling it as it is. > > > > I have read the link and implemented the test, but the class file was > removed from the thread, Do you by any chance have the cl

Re: [Live-devel] RTSP only in Lan - Lan ?!

2012-01-22 Thread GS Net Player
Please can somebody show me how to switch from multicast to unicast streaming ? I trying several weeks to do it but without success ! Can someone help with OnDemandServerMediaSubsession to create "createNewStreamSource()" and "createNewRTPSink()" From: gsnetpla...@hotmail.com To: live-de...@n

Re: [Live-devel] x264 nal unist and H264VideoStreamDiscreteFramer

2012-01-22 Thread Ross Finlayson
As I noted before, SPS (nal_unit_type 7) and PPS (nal_unit_type 8) NAL units *must* appear - at least once - in the sequence of NAL units that you feed to "H264VideoStreamDiscreteFramer". Therefore, in your case, you must set your "b_repeat_headers" variable to 1. If this is causing a segmenta

Re: [Live-devel] x264 nal unist and H264VideoStreamDiscreteFramer

2012-01-22 Thread Фазлеев Максим
If I set to 1, then there SIGSEGV and output: referenceCount = 1 nals[i].i_type = 7 newFrameSize = 23 fTo[0]&0x1F = 7 nals[i].i_type = 8 newFrameSize = 4 fTo[0]&0x1F = 8 nals[i].i_type = 6 newFrameSize = 571 fTo[0]&0x1F = 5 nals[i].i_type = 5 newFrameSize = 39523 fTo[0]&0x1F = 8 referenceCo