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