Re: [Live-devel] ts streaming for tdv

2008-04-23 Thread Shaswata Jash
You have run the VLC instance in the same PC where the stream is produced. Instead, check the situation by running the VLC instance in different PC i.e. try to introduce the network overhead. If still VLC runs smoothly, then it is something related to the STB. -Original Message- From: [EMA

Re: [Live-devel] Problem in Building the LiveMedia Lib .

2008-04-23 Thread li wang
What errors it happened when you build it? 2008/4/23, Manzoor Ahmed <[EMAIL PROTECTED]>: > > Hi Everyone, > > I have downloaded the LiveMedia Library but i was unable to build it on VS > 2005. I have followed all the instructions and i still get errors. Please > help me. > > 1) I downloaded the

Re: [Live-devel] Whereabouts of oss.wischip.com?

2008-04-23 Thread Ross Finlayson
> > >I am looking into the wis-streamer server application, in particular >> >the effort required to add support for more video encoder devices. >> >> I'm not sure I understand what you're saying here, because this >> application is for one particular type of encoder device only - >> namel

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

2008-04-23 Thread Ross Finlayson
>I can say, our Amino 110 doesn't play fast forward streams >even if this stream has the same PID as a 1x stream. > >I can say, all Amino STBs has problem with bitrate changing. This contradicts what Siegfried Heilmeier said. (He said that changing the video pid worked, on at least some Amino ST

Re: [Live-devel] ts streaming for tdv

2008-04-23 Thread Ross Finlayson
>The problem is: At the STB side the video freezes for moments. Everything is >going OK and then the video freezes while the audio continues normally. >After a few seconds the video continues, jumping the current frame at that >moment. A VLC instance running on the same PC where the stream is produ

Re: [Live-devel] RTSP streaiming of mp3

2008-04-23 Thread Ross Finlayson
>Hi. I'm working on a streaming project; I need to stream mp3s. >I got the live555 API and played with it; the streaming of mp3 >worked when I streamed on a local LAN >from Mac to Mac or from PC to Mac. However, I cannot get it to work, >when I stream from a remote computer (freebsd or linux box

Re: [Live-devel] openRTSP exit() in BasicTaskScheduler::SingleStep() due to socket error 10038(WSAENOTSOCK)

2008-04-23 Thread Ross Finlayson
>It is strange since each fd in readSet can be selected individually >and the fds seem the same as in fReadSet. That's right - the change you're proposing makes no sense, because "readSet" should already have the correct socket numbers (and no others) set, because of the assignment (at the star

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

2008-04-23 Thread Karlov Andrey
I worked around this problem and tested all cases. I can say, our Amino 110 doesn't play fast forward streams even if this stream has the same PID as a 1x stream. I can say, all Amino STBs has problem with bitrate changing. Amino cannot switch from one bitrate to another and freezes last picture.

Re: [Live-devel] How to read rtcp-app packets

2008-04-23 Thread Ross Finlayson
>Please can somebody tell me which functions of the RTCP.hh and >how can i use it for reading or receiving the rtcp - app packets >sending from a live555 server to a client ? LIVE555 servers - by default - do not send any RTCP "APP" packets. But if they did, they would be handled by code that

[Live-devel] ts streaming for tdv

2008-04-23 Thread Mario R. Carro
Hi, I recently started to explore the utilization of the Live555 library to generate a DTV channel for a customer. Based on the testMPEG2TransportStreamer and testMPEG1or2ProgramToTransportStream demos I developed a plugin for one of our apps that takes a playlist of TS or PS clips and streams

Re: [Live-devel] Whereabouts of oss.wischip.com?

2008-04-23 Thread Ben West
Apologies for delay in response. Thread got buried in my reader. On Thu, Apr 17, 2008 at 12:33 AM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > >I am looking into the wis-streamer server application, in particular > >the effort required to add support for more video encoder devices. > > I'm not

[Live-devel] How to read rtcp-app packets

2008-04-23 Thread Armando Ko
Hello,   Please can somebody tell me which functions of the RTCP.hh and how  can i use it for reading or receiving the rtcp - app packets sending from a live555 server to a client ?   The server send the app packet to me (client).   Thank in advance. Ko._

[Live-devel] RTSP streaiming of mp3

2008-04-23 Thread Jarek M
Hi. I'm working on a streaming project; I need to stream mp3s. I got the live555 API and played with it; the streaming of mp3 worked when I streamed on a local LAN from Mac to Mac or from PC to Mac. However, I cannot get it to work, when I stream from a remote computer (freebsd or linux box in th

Re: [Live-devel] openRTSP exit() in BasicTaskScheduler::SingleStep() due to socket error 10038(WSAENOTSOCK)

2008-04-23 Thread Brain Lai
Dear Sir: I found a workaround to solve this problem: Just reset the readSet before select(): void BasicTaskScheduler::SingleStep(unsigned maxDelayTime) { . { HandlerIterator iter(*fReadHandlers); HandlerDescriptor* handler; FD_ZERO(&readSet); while ((handler

[Live-devel] Problem in Building the LiveMedia Lib .

2008-04-23 Thread Manzoor Ahmed
Hi Everyone, I have downloaded the LiveMedia Library but i was unable to build it on VS 2005. I have followed all the instructions and i still get errors. Please help me. 1) I downloaded the Lib and extracted it to a folder. 2) I followed these rules http://letsgoustc.spaces.live.com/blog/cns!

[Live-devel] openRTSP exit() in BasicTaskScheduler::SingleStep() due to socket error 10038(WSAENOTSOCK)

2008-04-23 Thread Brain Lai
Dear Sir: Build from the latest source with VC6 on Windows XP. The openRTSP calls exit() in BasicTaskScheduler::SingleStep() on receiving multicast streaming from AXIS IP camera(that is, forceMulticastUnspecified should be set True) on some PCs while others not. After doing some tracing, I add t

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

2008-04-23 Thread Morgan Tørvolt
I can confirm that you need to have the same videopid on at least some of the amino STB. I have not tested with the latest HD boxes, but the 110 cannot change videopid realtime. To change it you will have to tear down the rtsp connection and connect again. This has been the case as long as I have u