Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Workaround for non-RTP-compat. MJPEG streams #126

Open
andrey-utkin opened this issue Feb 6, 2016 · 0 comments
Open

Workaround for non-RTP-compat. MJPEG streams #126

andrey-utkin opened this issue Feb 6, 2016 · 0 comments
Assignees

Comments

@andrey-utkin
Copy link

For such streams (which are broken for RTSP and thus for client apps), we could fallback to how it worked previously - so that server's MJPEG stream is a restreaming from camera itself.
When bc-server opens the stream (for motion detection and recordings, it does it anyway), we could make such decision basing on codec (being MJPEG) and pixel format (being yuv422p). The decision in this case is to NOT hand the stream over to RTSP server, we could also make some mark in RTSP server so that it would return some special return code, so that user had a clue what happens, or even bc-client could handle that case by itself by switching to fallback HTTPS-based stream.

@andrey-utkin andrey-utkin self-assigned this Feb 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant