Skip to content

OnStreamInfo event is not triggered for AxisMediaControl #596

Discussion options

You must be logged in to vote

I figured it out. The problem lies within the type of the configured stream. The event is not triggered when configuring an MJPEG stream. However, if I specify an H264 stream, the event will be triggered.

For clarification: If I configure the MediaURL as http://<ip-address>/axis-cgi/mjpg/video.cgi?camera=quad, the event will not be triggered. However, if I change it to axrtsphttp://<ip-address>/axis-media/media.amp?videocodec=h264&camera=quad, it works and the event will be triggered.

I don't really know about the exact specifications of the H264 codec but I would assume that it includes a frame timestamp while a simple MJPEG stream does not include one.

Purely out of interest, what type …

Replies: 2 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
15 replies
@vivekatoffice
Comment options

@philipp-student
Comment options

@philipp-student
Comment options

@philipp-student
Comment options

Answer selected by philipp-student
@vivekatoffice
Comment options

@philipp-student
Comment options

@vivekatoffice
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants