I'm trying to port some code from gstreamer to libVLC, and I'm not able to find a way to play media (video, in my case) from custom data sources. The use case is playing one video that is embedded in a file that contains several videos. Imagine:
Code: Select all
cat video1.mkv > video.dat
cat video2.mkv >> video.dat
...
cat video999.mkv >> video.dat
Is that possible with libVLC?