Hello,
I want to stream my own manipulated stream of images to another computer. For this i want to use vlc, so my step 1, i started with opening a avi from my system, which i, with succes and very easy, used to steam on the network and could pickup with another instance of vlc.
In my step2, i try to use my own data(the manipulated image stream) and display them in vlc. After some googling and irc i found out that the "new memory input (imem) access and access_demux" would help me with this trick in combination with libVLC.
Can i get some pointers to documentation / sample code (preferable in C# but C++ is also fine), to show me how to display my image-byte-data (and from what i read, using the imem module to send data to vlc and call the (callback)functions).
References which didnt help me anyfurther:
- (C# / imem) viewtopic.php?f=32&t=85451
- IRC channel on 2011-01-19 : i learned here not to use the commandline, but libVLC
- fake:// viewtopic.php?f=14&t=47779
- imem module: http://www.videolan.org/developers/vlc/ ... em_8c.html
Platform:
- Windows 7
- Vlc Mediaplayer 1.1.5
Please let me know