Lukas Fellechner

Results 111 comments of Lukas Fellechner

Now I think there is even a huge problem in how that PR is implemented: The MediaStreamSource still only has this "pull" model where the MSS asks for the next...

Thanks for the clarification, so we'll have to wait for 20H1 to actually use this. I never even thought about using a deferral here. That could be a clever way...

This reminds me of #212. FFmpeg hangs in avformat_open_input and never returns. Looks like it cannot detect the format correctly and tries forever.

Okay looks like this is a UWP problem. In UWP, for some stupid reason you cannot use UDP for local loopback. TCP loopback is possible at least when the debugger...

Local IP (as per DHCP) are disabled as well for UDP in UWP apps.. I tried to connect to the stream hosted on a different PC. But I could not...

I tried again. Streaming UDP from PC A to B or back does not work. Neither in FFmpegInteropX, nor in VLC or ffplay. ffplay shows 0 bytes received all the...

I just read that ffmpeg cannot act as a rtsp server. It can only transmit data to a rtsp server (which will then be broadcasted by the server). And on...

Oh lol I actually just managed to get udp transmission working, from different PC to FFmpegInteropX! I used wrong IP addresses, which is why it did not work before. Of...

> You should be able to do it on a single PC as well, as long as you use the 192 address to connect (which means a round trip to...

I can only say that from my testing, local loopback did not work, no matter if I used 127.x or my router assigned IP. I also tested this once again,...