Anonymousdog / displaycameras

System for displaying RTSP feeds from IP cameras on the Raspberry Pi
Apache License 2.0
566 stars 113 forks source link

Playing Streams Higher than Display Res #73

Closed photomatix18 closed 2 years ago

photomatix18 commented 4 years ago

I can't seem to get anything to play from my camera that's higher than 1920x1080(same as my display). Is there an override switch for this somewhere?

Anonymousdog commented 4 years ago

You really don't want to do that (even if you think you do). Downscaling concerns are in the README.MD

On Thu, Aug 13, 2020, 3:19 PM photomatix18 notifications@github.com wrote:

I can't seem to get anything to play from my camera that's higher than 1920x1080(same as my display). Is there an override switch for this somewhere?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Anonymousdog/displaycameras/issues/73, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKNQIIZN5W5NINCACJ3SAQ4DJANCNFSM4P6YNLCA .

photomatix18 commented 4 years ago

I want to record to my DVR in 4k, but the substream is only 480p max which is too low to monitor.

photomatix18 commented 4 years ago

I'm getting these errors when playing it in omxplayer standalone.

[rtsp @ 0x195c660] max delay reached. need to consume packet [rtsp @ 0x195c660] RTP: missed 231 packets [h264 @ 0x195f780] error while decoding MB 12 37, bytestream -6 [h264 @ 0x195f780] concealing 23557 DC, 23557 AC, 23557 MV errors in I frame [rtsp @ 0x195c660] max delay reached. need to consume packet [rtsp @ 0x195c660] RTP: missed 259 packets Input #0, rtsp, from 'rtsp://10.0.100.10:554/H264/ch1/main/av_stream': Metadata: title : Media Presentation Duration: N/A, start: 0.733000, bitrate: N/A Stream #0:0: Video: h264 (Main), yuvj420p(pc, bt709, progressive), 3840x2160 [SAR 1:1 DAR 16:9], 15 fps, 15 tbr, 90k tbn, 30 tbc

Does that sound like it's the decoder or something to do with the camera? It works fine in VLC.

Anonymousdog commented 4 years ago

No idea. That's a problem between your stream source and omxplayer.

Sorry, Andy

On Thu, Aug 13, 2020, 4:51 PM photomatix18 notifications@github.com wrote:

I'm getting these errors when playing it in omxplayer standalone.

[rtsp @ 0x195c660] max delay reached. need to consume packet [rtsp @ 0x195c660] RTP: missed 231 packets [h264 @ 0x195f780] error while decoding MB 12 37, bytestream -6 [h264 @ 0x195f780] concealing 23557 DC, 23557 AC, 23557 MV errors in I frame [rtsp @ 0x195c660] max delay reached. need to consume packet [rtsp @ 0x195c660] RTP: missed 259 packets Input #0, rtsp, from 'rtsp://10.0.100.10:554/H264/ch1/main/av_stream': Metadata: title : Media Presentation Duration: N/A, start: 0.733000, bitrate: N/A Stream

0:0: Video: h264 (Main), yuvj420p(pc, bt709, progressive), 3840x2160 [SAR

1:1 DAR 16:9], 15 fps, 15 tbr, 90k tbn, 30 tbc

Does that sound like it's the decoder or something to do with the camera? It works fine in VLC.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Anonymousdog/displaycameras/issues/73#issuecomment-673703853, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIYIKLOWICPSELSITDWLQDSARG3XANCNFSM4P6YNLCA .