Meta.Vlc icon indicating copy to clipboard operation
Meta.Vlc copied to clipboard

Play snapshot url?

Open AmerSelimovic opened this issue 6 years ago • 5 comments

Hey everyone.

I want to play a snapshot url in wpf. Image refreshes every time you refresh the url. The player accepts it and plays it. I have set the end behavior to repeat so when it ends playing it will reload it. The problem is that the player says the length is 10 seconds so it refreshes every 10 seconds. Is there a way to refresh the player every maybe half a second without freezing the application 😄 Length is a read only value.

Thanks in advance

AmerSelimovic avatar Aug 30 '17 08:08 AmerSelimovic

Ummm, make the EndBehavior to nothing, stop and play the media?

devkanro avatar Dec 07 '17 16:12 devkanro

On every refresh it is giving me a new image. I would have to stop and play it every less than a second? It is a real time stream

AmerSelimovic avatar Dec 07 '17 16:12 AmerSelimovic

What's your stream format, TS? H.264? or other something?

devkanro avatar Dec 07 '17 16:12 devkanro

I am accessing the camera locally and trying to play the snapshot url, show the image. Link looks like this http://192.168.0.240/onvif-http/snapshot?Profile_1 The player opens it and refreshes it every 10 second, it sets the length to 10.

AmerSelimovic avatar Dec 07 '17 16:12 AmerSelimovic

I can only think of changing the length to something small so it replays every little, but not possible right now and I am not sure if it would freeze the application, or refresh it every little, still not sure if it would freeze. It is working great with rtsp stream and similar because it is a continuous stream, but this needs to be refreshed to get a new image

AmerSelimovic avatar Dec 07 '17 16:12 AmerSelimovic