-
Notifications
You must be signed in to change notification settings - Fork 24
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 Stream dec profile in AMB82-mini #287
Comments
Hello, hope this message finds you well. Congrats to your first Issue! We will review it as soon as possiable. Feel free to have a look at https://www.amebaiot.com/en/ameba-arduino-summary/ for more information |
After i changed params in video_drv.c file .level = VCENC_H264_LEVEL_1, _send2voe too long 172322 cmd 0x00000206 p1 0x00000000 p2 0x00000000 VOE command 0x206 fail ret 0x1 VOE_OPEN_CMD command fail [VID Err]Please check sensor id first,the id is 1 [VOE]VCEncStrmEncode: ERROR Null argument |
@kev0077 Can you tell me how can i send the rtsp stream video/audio data to specific tcp server. In example it sends the data in local wifi ip. |
This issue is stale because it has been open for 14 days with no activity. |
Hardware Environment
AMB82-mini
Related technical area
H264 enc/dec
Is the feature request related to an un-fixed issue?
I'm using AMB82-mini camera as rtsp server,Here my display module will only support h264 dec in baseline profile,so that i couldn't stream the video in the display.
Describe the ideal solution/reault/output.
00 00 00 01 27 64 00 33 ac 13 1a a0 78 02 27 e5
64: Profile IDC
0x64 corresponds to the High profile.
00: Constraint Set Flags
Constraint flags are all 0 in this case, meaning no special constraints are applied.
33: Level IDC
0x33 corresponds to Level 5.1, meaning the decoder must support high-performance video streams (e.g., up to 4K resolution at high frame rates).
Additional remarks
No response
I have checked existing/closed list of issues and the Contributing Guide.
The text was updated successfully, but these errors were encountered: