rynkwn / MulticastVideo

Multicast video streaming from a designated online video streaming source to connected clients through the host. Like a portable, private twitch.
0 stars 1 forks source link

Interpreting a stream of bytes as video/audio data. #8

Open rynkwn opened 7 years ago

rynkwn commented 7 years ago

Implementing it myself will (according to a handful of sources) be extremely painful.

Looking to FFMPEG as a solution, specifically https://github.com/bramp/ffmpeg-cli-wrapper as a Java wrapper around FFMPEG, particularly since Xuggler is defunct.

rynkwn commented 7 years ago

http://stackoverflow.com/questions/5457269/show-video-to-jpanel

rynkwn commented 7 years ago

VLC is a possibility. Pain to compile though. We'll see.

rynkwn commented 7 years ago

https://github.com/ZoneMinder/ZoneMinder/issues/811

For the circular buffer size issue in our test script.