Or, how would you stream one media file right after another?
example:
Code: Select all
libvlc_vlm_add_broadcast(...,FirstFile,...);
libvlc_vlm_add_broadcast(...,SecondFile,...);
// now play these two files in a row but don't kill the stream
Code: Select all
libvlc_vlm_add_broadcast(...,FirstFile,...);
libvlc_vlm_add_broadcast(...,SecondFile,...);
// now play these two files in a row but don't kill the stream
Return to “Development around libVLC”
Users browsing this forum: No registered users and 7 guests