-
-
Notifications
You must be signed in to change notification settings - Fork 415
How to stream image ? #653
Comments
This looks weird. Please share full logs. |
We can't help you until you manage to make that work in VLC itself. |
In CLI it works :
I try to do same with Vlc.DotNet. |
Try to replace |
Same error :
|
try with:
|
Thanks, now its working while 2-3 seconds. Why the loop/repeat not working ?
|
not sure it is supported with libvlc. does that work in vlc itself? You could also handle the EndReached event ant loop yourself (don't forget to switch threads) |
Yes it works with VLC by CLI. Edit : Mistake, loop not working with CLI. |
I found this : Default duration of 10s when fake isn't forced. Make it possible to use fake:///path/to/image as well I use :fake-duration=60000 but always 10 seconds :
|
I have an issue / a question (pick one) about Vlc.DotNet.
Generic information
Summary
I try to stream image to udp multicast :
Result error, what is the good way ?
LOG:
[06962300] stream_out_transcode stream out error: cannot create chain
[069706b0] main stream output error: stream chain failed for `transcode{vcodec=h264,acodec=none,vb=2000,width=1920,height=1080}'
[0696c7a8] main input error: cannot start stream output instance, aborting
Thanks,
The text was updated successfully, but these errors were encountered: