i went through the documentation you provided for our cameras platform 808 and i found out to view the historical feed i have to use this format:-
http://[GOV Service Address]/[SIM][Channel][Start UTC Time]_[End UTC Time].mp4?MediaType=[Audio and Video Type]&StreamType=[Stream Type]&PlaybackMode=[Playback Method]&Multiple=[Multiple]&DataSource=[Source]&CTags=[CTags]&TokenType=[TokenType]&Token=[Token]
accordingly i created below string for stream:-
http://98.74.80.93:6006/115763020257_1_250106162459_250106162659.mp4?MediaType=0&StreamType=1&PlaybackMode=0&Multiple=1&DataSource=1&CTags=test
but it i not showing any stream can you plss tell me if i am doing anything incorrect here as this is required
while the realtime live stream is working perfectly :-
http://98.74.80.93:6006/115763020257_1_real.mp4?MediaType=0&StreamType=1&PlaybackMode=0&Multiple=1&DataSource=1&CTags=test
i am trying to open this as a network stream in vlc
i went through the documentation you provided for our cameras platform 808 and i found out to view the historical feed i have to use this format:-
http://[GOV Service Address]/[SIM][Channel][Start UTC Time]_[End UTC Time].mp4?MediaType=[Audio and Video Type]&StreamType=[Stream Type]&PlaybackMode=[Playback Method]&Multiple=[Multiple]&DataSource=[Source]&CTags=[CTags]&TokenType=[TokenType]&Token=[Token]
accordingly i created below string for stream:-
http://98.74.80.93:6006/115763020257_1_250106162459_250106162659.mp4?MediaType=0&StreamType=1&PlaybackMode=0&Multiple=1&DataSource=1&CTags=test
but it i not showing any stream can you plss tell me if i am doing anything incorrect here as this is required
while the realtime live stream is working perfectly :-
http://98.74.80.93:6006/115763020257_1_real.mp4?MediaType=0&StreamType=1&PlaybackMode=0&Multiple=1&DataSource=1&CTags=test
i am trying to open this as a network stream in vlc