jvcleave / ofxOMXPlayer

OpenMax accelerated video player for openFrameworks on the Raspberry Pi 0-3. Does not work with RPI4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading from MJPEG and h264 streams

steeley opened this issue · comments

Can this player read from a network stream of any sort? MJPEG from mjpeg-streamer, or h264 from FFMpeg would be great. I did try but it rejected the string I gave it.

thx.

Thanks very much - I will give it a go.

Unfortunately although it basically works the performance is slow and jerky.
The same videos play perfectly in VLC on the PI.
ofxOMXplayer plays local video files in the examples ok.

Considering that "Majority of the code is based off of https://github.com/popcornmix/omxplayer" and that OMXPlayer can handle SDP files with streaming RTP H264, is it safe to assume that somehow one could feed an SDP file to ofxOMXPlayer and get it working ?

I'm asking this because I intend to use ofxPiMapper which depends on ofxOMXPlayer on Raspberry Pi, and I'm in need of such a feature : kr15h/ofxPiMapper#69

commented