[Live-devel] VLC and stb don't play "trick play" streams

2008-04-24 Thread Karlov Andrey
Tech support from Amino =) It another story ... long unhappy story =) I'm very thankfull to your help! Sorry for awful English =) Karlov Andrey ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo

[Live-devel] VLC and stb don't play "trick play" streams

2008-04-23 Thread Karlov Andrey
cture. Ross, could you tell please, how can I reduce fps in fast forward stream? For example, I want to stream 5-10 fps (I-frames per second) stream. It must reduce bitrate of fast forward stream. I'm very thankfull to your help! Sorry for awful English =) Kar

[Live-devel] multiplex mpeg2 audio and mpeg2 video streams into one mpeg2 SPTS

2008-03-17 Thread Karlov Andrey
seen the MPEG1or2Demux and MPEG2TransportStreamFromPESSource objects. How can I use it? Will not I have problem with synchronization? I'm very thankfull to your help! Sorry for awful English =) Karlov Andrey. ___ live-devel mailing list live-

[Live-devel] is it possible to stream one file to several IP addresses?

2008-02-07 Thread Karlov Andrey
indeed I need several multicast streams from one source, not unicas, not on demand ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] is it possible to stream one file to several IP addresses?

2008-02-07 Thread Karlov Andrey
How can I add several "RTPSink" or "UDPSink" objects to testMPEG2TransportStreamer? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] reading from MPEG encoder

2007-10-04 Thread Karlov Andrey
so fast to cause block live555 program while waiting readed bytes? Can you help me to solve this problem? I'm very thankfull to your help! Sorry for awful English =) Karlov Andrey. ___ live-devel mailing list live-devel@lists.live555.com http:

[Live-devel] what is the function "Boolean isSpecialStreamId(unsigned char stream_id)" doing ?

2007-09-19 Thread Karlov Andrey
Please explain me, for what using the function: "Boolean isSpecialStreamId(unsigned char stream_id)"? Why this function always return "TRUE" whan we use program "testMPEG1or2ProgramToTransportStream"? This function defined in "MPEG1or2Demux.cpp" and it's code: Boolean MPEGProgramStreamParser

[Live-devel] is it possible to change PTS, DTS, PCR in stream?

2007-09-11 Thread Karlov Andrey
For example when we covert Program Stream to Transport Stream in "testMPEG1or2ProgramToTransportStream" is it possible to change another time base and replase PTS, DTS, PCR? if any means allowing realize that opportunity? ___ live-devel mailing list

[Live-devel] some problems with ByteStreamMultiFileSource

2007-09-10 Thread Karlov Andrey
>OK, try adding the following, after the call to "fread()" (line 138) >in "ByteStreamFileSource.cpp": > if (fFrameSize == 0) { > handleClosure(this); > return; > } > >Please let us know if that works for you. (If so, I'll add it to the >next source code

[Live-devel] some problems with ByteStreamMultiFileSource

2007-09-10 Thread Karlov Andrey
but we haven't! in first mail I have explained why. This is because we check for EOF only before reading! Then we read next time, we before check for EOF, but there's no EOF state and we try to read, and of course we read 0 bytes, but now we have EOF state =) and it's handled not here, as it s

[Live-devel] some problems with ByteStreamMultiFileSource

2007-09-10 Thread Karlov Andrey
Ok, I agree with you in that case. But that about first case? Sometimes it's happens =) For example I have file with size 6011488 bytes. 6011488 = 4568*1316=4568*(7*188) <--it's correct transport stream file, but then we read last portion of this file: fFrameSize = fread(fTo, 1, fMaxSize,

[Live-devel] some problems with ByteStreamMultiFileSource

2007-09-10 Thread Karlov Andrey
. But I think that it isn't the most right way What can you adwise? I'm very thankfull to your help! Sorry for awful English =) Karlov Andrey. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] using testMPEG2ProgramStreamToTransportStream for streaming mpeg2 PS files

2007-08-13 Thread Karlov Andrey
I want to stream mpeg2 Program Stream files by converting in a transport stream in run time I have tried to use "testMPEG1or2ProgramToTransportStream". I have replaced "FileSink" with "MPEG2TransportStreamFramer" filter + "BasicUDPSink". It works, but a sometimes picture began to shake and it's