Skip to content

How to pass range header to RTSP playback? #349

Closed Answered by vivekatoffice
dzairgus asked this question in VAPIX
Discussion options

You must be logged in to vote

Hi @dzairgus ,

Please try following options:

OpenRTSP

You can use openRTSP library.

-U <initial-absolute-seek-time> | request that the server seek to the specified absolute time (format: "YYYYMMDDTHHMMSSZ" or "YYYYMMDDTHHMMSS.<frac>Z") before streaming
-E <absolute-seek-end-time> | request that the server end streaming at the specified absolute time (format: "YYYYMMDDTHHMMSSZ" or "YYYYMMDDTHHMMSS.<frac>Z") (used only with -U<initial-absolute-seek-time>

RtspClientSharp (C# RTSP Client for .NET)

RtspClientSharp

Check if the example code can be modified to pass the Range.

Axis SDKs

You can also check Axis Media SDKs for examples about Edge storage:
AXIS Media Control SDK
AXIS Media Parser SDK

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vivekatoffice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
VAPIX
Labels
None yet
2 participants