Search found 4 matches

Go to advanced search

by rk258
21 May 2023 13:58
Forum: Development around libVLC
Topic: How to achieve low latency in H.264 live streaming?
Replies: 6
Views: 2233

Re: How to achieve low latency in H.264 live streaming?

I think I got it now :D You can't do low latency with TCP, by design of TCP. Indeed a true statement. I am well aware that UDP is the better choice. But what I didn't expect is that the VLC player adds an additional artificial delay when using TCP. Probably that's what got me confused :lol: And rela...
by rk258
19 May 2023 12:06
Forum: Development around libVLC
Topic: How to achieve low latency in H.264 live streaming?
Replies: 6
Views: 2233

Re: How to achieve low latency in H.264 live streaming?

I tried but could not get it to work. I do the same as for VLC 3: * Media -> Open Network Stream... * setting Network URL to "tcp/h264://192.168.1.2:55555" * VLC 4 MRL is "tcp/h264%3A//192.168.1.2%3A55555" * on 'Play': "Your media can't be opened". The MRL looks strange...
by rk258
06 May 2023 17:55
Forum: Development around libVLC
Topic: How to achieve low latency in H.264 live streaming?
Replies: 6
Views: 2233

Re: How to achieve low latency in H.264 live streaming?

Good idea! I tried it with VLC 3.0.18 via network stream tcp/h264://192.168.1.2:55555 VLC shows the same latency (maybe even slightly worse) than my implementation. In addition to my first post I made some measurements to make some quantitative statements (i underestimated the latency a bit). For th...
by rk258
01 May 2023 14:43
Forum: Development around libVLC
Topic: How to achieve low latency in H.264 live streaming?
Replies: 6
Views: 2233

How to achieve low latency in H.264 live streaming?

Hi. I'm trying to do near-real-time streaming with libVLC, but have failed miserably so far. My setting: - Streaming H.264 120 fps from Android Pixel 7 to Windows 11 WPF application - LibVLCSharp, LibVLCSharp.WPF: 4.0.0-alpha-20230428-6729 - VideoLAN.LibVLC.Windows: 4.0.0-alpha-20230403 - Current la...

Go to advanced search