-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTSP with 720p channel #45
Comments
did you give a change to the config file midgard.ini? |
i have tried to change resolution in midgard.ini rtspd_basic cannot startup properly, then i execute rtspd_basic through ssh manually, it warned cannot scale down to 1280x720 |
also interested... 1080p is too big. I tried to find out how big is the LOW resolution stream in the original app. but so far i was not able to find it anywhere. when i have it i will try to set in midgard to see if I get low resolution in RTSP. BTW is the RTSP protocol passing resolution information to client? i can try to record pcap file in the router and decode it to get this info. |
I took a look to the RTSP server code and some changes are required to support different resolutions. New streams are required to be implemented ( one 50% ) |
As I think this would be a great addition to my mijia-720p-hack project I would like to try to implement this. |
like rtsp://CAMERA_IP/live/ch01_0 for 720p stream?
sometimes 1080p is too big, and currently basic_rtsp can't support 720p param
The text was updated successfully, but these errors were encountered: