DVR file player

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

DVR file player

SerbanM
Hello all,

I need a .DVR file player and I want to build it using gstreamer,
with DVR files being a H264 encoded stream with timestamp information
attached to each recorded frame.
I have no idea how to extract and process those timestamps using gstreamer.
What options do I have? I found no information about this topic.

Thank you all in advance!



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: DVR file player

Nicolas Dufresne-5


Le sam. 18 juill. 2020 08 h 30, SerbanM <[hidden email]> a écrit :
Hello all,

I need a .DVR file player and I want to build it using gstreamer,
with DVR files being a H264 encoded stream with timestamp information
attached to each recorded frame.
I have no idea how to extract and process those timestamps using gstreamer.
What options do I have? I found no information about this topic.

They say it has similarity with ASF, so perhaps it's a matter of extending asfdemux (assuming it's not already supported). Overall the task is about adding support for this container format:

- Find doc or reverse the format
- Compare with ASF
- Extend asfdemux or write a new demuxer
- Implement a typefinder for it

Requires GStreamer plugin programming skills, there is a programmer guide on our website:



Thank you all in advance!



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: DVR file player

SerbanM
Ok, will take a look, thank you for the quick reply.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel