Replies: 1 comment
-
This is not possible to do it like this now. There are basically these points:
What do you want to achieve? The point 1 can be avoided by using JPEG (JPEG doesn't need to be signalized, it has registered RTP packet type), eg.:
Anyways, I didn't manage to persuade VLC to consume that stream. In theory, RFC-compliant uncompressed video could be implemented but I doubt it would be useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create an uncompressed stream (for example, with testgrid) in order to open it on the same computer:
uv -t testgrid 10.0.0.98
10.0.0.98 - Microsoft LoopBack adapter
Then I try to open it in VLC:
udp://10.0.0.98:5004
VLC thinks for a long time, but nothing happens. What am I doing wrong?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions