[Live-devel] How to convert mpeg-4 program stream tompeg-4transport stream

Mike Yan mikey at tlcwatch.com
Mon Mar 14 12:24:06 PST 2005


Yes Ross,


That is what I am looking for. To use my custom file handle instead of
standard handles (like stdin, stdout, stderr). Not only in
"ByteStreamFileSource" class, also in "FileSink" Class. If using custom file
handle, programmers should manipulate their own file handles outside the
live library like open file and close file. 

I think the ways you add this optional ability are better, so I accept that.



-----Original Message-----
From: live-devel-bounces at ns.live.com [mailto:live-devel-bounces at ns.live.com]
On Behalf Of Ross Finlayson
Sent: Sunday, March 13, 2005 6:28 PM
To: LIVE.COM Streaming Media - development & use
Subject: RE: [Live-devel] How to convert mpeg-4 program stream
tompeg-4transport stream


>I have another question that I have modified the library a little bit to
fit
>my project. Should I publish my updated version of live.com's source code?
>If I need to send the modified code to public, should I send the whole
>project or just the changed .cpp and .hh files?
>
>The change was made for letting programmers use their own created file
>handle instead of standard ouput file handle(stdout or stderr) to receiving
>data stream from live.com buffer.

Mike,

 From looking at your changes, it appears that what you were really looking 
for was the ability to create a "ByteStreamFileSource" from an open file 
(rather than from a file name), and also to have this open file *not* be 
closed automatically when the "ByteStreamFileSource" is deleted.  Is this 
correct?

If so, then I should be able to give you this ability by providing a new 
(optional) variant of "ByteStreamFileSource::createNew()" that has - 
instead of a "fileName" parameter - two parameters:
         - FILE* fid
         - Boolean deleteFidOnClose = False

Would this give you what you are looking for?


	Ross Finlayson
	LIVE.COM
	<http://www.live.com/>

_______________________________________________
live-devel mailing list
live-devel at lists.live.com
http://lists.live.com/mailman/listinfo/live-devel



More information about the live-devel mailing list