Re: [Live-devel] LIVE releases / Products using testProg piping

2007-08-10 Thread Ross Finlayson
1. I hope it is not unbecoming for me to inquire, but are you expecting to release any significant trick mode changes in the next 2 weeks? No, probably not. (At least, not to the server code. I might add new options to "openRTSP" to support client 'trick mode' operations, because several

[Live-devel] LIVE releases / Products using testProg piping

2007-08-10 Thread xcsmith
Ross, 1. I hope it is not unbecoming for me to inquire, but are you expecting to release any significant trick mode changes in the next 2 weeks? I ask because I must now specify the version of LIVE555 which will be delivered with our baseline product. I should not like to miss out on importa

Re: [Live-devel] Is this possible with live-devel lib?

2007-08-10 Thread Ross Finlayson
>Instead of having a "dumb" streaming server that for example >continously stream songs from a playlist to the client, I want the >streamserver to be remotely controlled via a webpage (for example) >where I can seek, pause, play etc. Because you want to control the stream from a HTTP server, then

Re: [Live-devel] how can I stream multiple files like one big file

2007-08-10 Thread Ross Finlayson
>If that's right, I don't know why Amino 110 playback this stream very >unstable and with artifact. We can't help you with that - the Amino 110 is not our product. You'll need to ask Amino. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

[Live-devel] Queries

2007-08-10 Thread Brian D'Souza
Would appreciate feedback *a) So I was looking for something which demultiplexes this TS into audio and video streams.* Currently when I look at the code, we do have modules to demultiplex program streams, multiplex into transport stream and also modules to convert from program stream to transpo

Re: [Live-devel] Is this possible with live-devel lib?

2007-08-10 Thread John Gunnarsson
Sorry if I was a bit unclear. What I want to accomplish is to build a streamserver. That streamserver is going to stream music to a hardware device (a extreamer from barix). Instead of having a "dumb" streaming server that for example continously stream songs from a playlist to the client, I want

[Live-devel] how can I stream multiple files like one big file

2007-08-10 Thread [EMAIL PROTECTED]
I have added "discontinuity_indicator" bit in the begin of each Transport Stream file. But I'm still have artifacts during playback multiple files. I read mpeg2 iso13818 and if I understand all correctly, I must set discontinuity_indicator=1 in each TS packet, which continuity_counter has disco

Re: [Live-devel] Is this possible with live-devel lib?

2007-08-10 Thread Ross Finlayson
It's not clear from your message exactly what you're trying to do. >I would like to build a mp3 streaming server Here you talk about wanting to build a server. > which in many ways >behaves as vlc etc, >(build playlist, pause, seek, etc) >but instead of audio out, I would like to stream the out

Re: [Live-devel] How to output one file for MPEG1or2 streaming

2007-08-10 Thread Ross Finlayson
>I use playCommon to receive the MPEG1or2 stream, it outputs two >files: video-MPV-1 >and audio-MPA-2. How can I output just one file, like .mpg file? There's currently no support in the library for this - i.e, there's no MPEG-1 or 2 *multiplexor* class. You would need to write your own multip

[Live-devel] Anyone used Barix Extreamer as a client?

2007-08-10 Thread John Gunnarsson
Hi, Has anyone used a Barix Extreamer (http://www.barix.com/content/view/57/183/) as a streaming client with liveMedia library as a streaming server? //John ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listin

[Live-devel] How to output one file for MPEG1or2 streaming

2007-08-10 Thread qinghai . gan2
Hi all, I use playCommon to receive the MPEG1or2 stream, it outputs two files: video-MPV-1 and audio-MPA-2. How can I output just one file, like .mpg file? Another question, does testOnDemandRTSPServer send one stream or two streams for MPEG1or2 source (*.mpg file)? If its two streams, can I send

[Live-devel] Is this possible with live-devel lib?

2007-08-10 Thread John Gunnarsson
I would like to build a mp3 streaming server which in many ways behaves as vlc etc, (build playlist, pause, seek, etc) but instead of audio out, I would like to stream the output to a mp3 hardware decoder that I have. My question is if it's possible to seek in a song while streaming it (like in vl

Re: [Live-devel] how can I stream multiple files like one big file

2007-08-10 Thread Ross Finlayson
Using "ByteStreamMultiFileSource" is correct. However, because you are joining together multiple, separate Transport Stream files, you should make sure that the "discontinuity_indicator" bit is set in the first header of each Transport Stream file. This tells both our server, and the receivin