Re: [Live-devel] Raw MPEG2-TS to RTP multicast

2016-03-11 Thread Sylvain Fabre
Le vendredi 11 mars 2016, 11:21:48 Ross Finlayson a écrit : > > But when doing this, i am getting the following error > > "BasicTaskScheduler::SingleStep(): select() fails: Bad file descriptor". I > > have no idea why i am getting this. An indea of the root cause ? > > That error message means t

Re: [Live-devel] Raw MPEG2-TS to RTP multicast

2016-03-10 Thread Ross Finlayson
> But when doing this, i am getting the following error > "BasicTaskScheduler::SingleStep(): select() fails: Bad file descriptor". I > have no idea why i am getting this. An indea of the root cause ? That error message means that the socket number in the “Groupsock” object is invalid - perhaps

Re: [Live-devel] Raw MPEG2-TS to RTP multicast

2016-03-10 Thread Sylvain Fabre
Le vendredi 11 mars 2016, 04:58:47 Ross Finlayson a écrit : > To do this, do the following: > > 1/ Use a “BasicUDPSource” to receive the raw-UDP Transport Stream. > 2/ Feed this to a “MPEG2TransportStreamFramer” (to generate proper > 'presentation time’s for the Transport Stream packets). > 3/ Fe

Re: [Live-devel] Raw MPEG2-TS to RTP multicast

2016-03-10 Thread Ross Finlayson
> I am trying to convert a MPEG2-TS stream, with 1xH264 video stream inside to > a RTP multicast stream. I tried various functions, but nothing seems to work. > > Below is the code of my latest attempt (srcip = 127.0.0.1, srcport = 6402, > dstip = 226.0.16.1, dstport = 6500). Of course, rtsp->en