This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, July 24, 2009 5:12:08 AM(UTC)
Groups: Registered
Posts: 4
I have written a peer to peer video streaming application. But I would like to save the video being recieved by the client into a file. Could someone kindly give me some hints on how to save a video stream to an avi file (or any video file format) on the client application?
#2
Posted
:
Sunday, July 26, 2009 7:19:58 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Yes, this is possible.
One way of doing it is to add an ltmmConvert control at the client side and feed it the same stream you're displaying (same SourceFile property value for the connected stream).
At the same time, set its TargetFile property to a local file name.
#3
Posted
:
Wednesday, July 29, 2009 11:38:15 AM(UTC)
Groups: Registered
Posts: 4
I successfully got to save the video stream to an avi file. But I overlay text on the video using a video text overlay filter but the text doesnt appear on the file. How would I include the text on my saved file?
#4
Posted
:
Thursday, July 30, 2009 6:42:43 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If you use the LtmmConvert control to convert to AVI and add the Lead Video Text Overlay Filter as a processing filter, the text will be part of the result file (part of the pixel data).
You can try to do this in our pre-built convert demo.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.