Re: [Live-devel] Streaming H.264/SVC

2013-10-08 Thread Joao Almeida
openSVC share some SVC streams http://sourceforge.net/projects/opensvcdecoder/files/?source=navbar From: finlay...@live555.com Date: Mon, 7 Oct 2013 06:39:44 -0700 To: live-de...@ns.live555.com Subject: Re: [Live-devel] Streaming H.264/SVC i want to know if the Live555 Streaming Media

Re: [Live-devel] Streaming H.264/SVC

2013-10-07 Thread Robert Krakora
Only ones I know of, unfortunately...I just received a Logitech C930e webcam that is supposed to be H.264 SVC...it is UVC 1.5 though and v4l2 only supports UVC 1.1. Have to do some devel to get the H.264 SVC stream out of it. On Mon, Oct 7, 2013 at 10:17 AM, Ross Finlayson wrote: > > On Oct 7,

Re: [Live-devel] Streaming H.264/SVC

2013-10-07 Thread Ross Finlayson
On Oct 7, 2013, at 6:54 AM, Robert Krakora wrote: > Here you go... > > http://www.acceptv.com/page/products_svc_test_streams How about a file that we can download without having to fill out an intrusive form first! Ross Finlayson Live Networks, Inc. http://www.live555.com/

Re: [Live-devel] Streaming H.264/SVC

2013-10-07 Thread Robert Krakora
Here you go... http://www.acceptv.com/page/products_svc_test_streams On Mon, Oct 7, 2013 at 9:39 AM, Ross Finlayson wrote: > i want to know if the *Live555 Streaming Media* libraries support the > video stream H.264/SVC (Annex G extension of H.264/AVC). > > > No, not at present. However, if yo

Re: [Live-devel] Streaming H.264/SVC

2013-10-07 Thread Ross Finlayson
> i want to know if the Live555 Streaming Media libraries support the video > stream H.264/SVC (Annex G extension of H.264/AVC). No, not at present. However, if you can point me at an example of a H.264/SVC Elementary Stream file (i.e., containing a sequence of H.264 and H.264/SVC NAL units),

[Live-devel] Streaming H.264/SVC

2013-10-07 Thread Caverzaghi Marco
Hello, i want to know if the Live555 Streaming Media libraries support the video stream H.264/SVC (Annex G extension of H.264/AVC). Thanks in advance, Marco ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/

Re: [Live-devel] Streaming H.264 with MPEG2TS via BasicUDPSink

2013-08-03 Thread Ross Finlayson
> I'm trying to use live555 to stream H.264 video which is encoded by x264 and > the video source is webcam. > > I’ve tried > - Write my own FramedSource subclass based on DeviceSource > - Use my own FramedSource, H264VideoStreamFramer and > H264VideoRTPSink to stream by RTP.

[Live-devel] Streaming H.264 with MPEG2TS via BasicUDPSink

2013-07-30 Thread 李威
Greetings, I’m a new to live555. I'm trying to use live555 to stream H.264 video which is encoded by x264 and the video source is webcam. I’ve tried - Write my own FramedSource subclass based on DeviceSource - Use my own FramedSource, H264VideoStreamFramer and H264VideoRTP

Re: [Live-devel] Streaming H.264 avc

2013-06-24 Thread Ross Finlayson
> The file extension is indeed mpg. I have 3 streams in it: > One of them is mpeg audio, another audio stream of mpeg2-ps (which I suspect > is corrupted) and a video stream of h264ES. > > Can testOnDemandRTSPServer work with this? I think so. But yet again: > Please put the file on a publica

Re: [Live-devel] Streaming H.264 avc

2013-06-24 Thread Guy Cohen
Hi The file extension is indeed mpg. I have 3 streams in it:  One of them is mpeg audio, another audio stream of mpeg2-ps (which I suspect is corrupted) and a video stream of h264ES. Can testOnDemandRTSPServer work with this? How I'm supposed to stream this kind of media? Can I stream only the

Re: [Live-devel] Streaming H.264 avc

2013-06-10 Thread Ross Finlayson
> I wanted to know if the live supports streaming of H.264/MPEG4 AVC (part 10) > (h264). Of course it does. We provide several examples of this. > > I ran the testOnDemandRTSPServer, > > but when I stream the h.264 movie and play it with vlc, the image is > corrupted. > The format of the vi

[Live-devel] Streaming H.264 avc

2013-06-08 Thread Guy Cohen
Hi I wanted to know if the live supports streaming of H.264/MPEG4 AVC (part 10) (h264). I ran the testOnDemandRTSPServer, but when I stream the h.264 movie and play it with vlc, the image is corrupted. The format of the video is mpg. I don't know where I went wrong... Thanks, Guy.___

Re: [Live-devel] Streaming H.264 Movie via RTP

2013-05-16 Thread Ross Finlayson
> When I run the testOnDemandRTSPServer and run the play RTSP url of the H.264 > video in vlc 2.0.5 it works just fine (unsurprisingly). But for my > application I need to use RTP, not RTSP. > What do I need to do in order for the live to stream RTP? You are streaming "RTP" no matter what. "RTS

Re: [Live-devel] Streaming H.264 Movie via RTP

2013-05-16 Thread Alex Shihmanter
...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Monday, May 13, 2013 11:41 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Streaming H.264 Movie via RTP The problem with this construction is that even if I run

Re: [Live-devel] Streaming H.264 Movie via RTP

2013-05-13 Thread Ross Finlayson
> The problem with this construction is that even if I run the > testH264RTSPVideoAudioStreamer I don't know what "testH264RTSPVideoAudioStreamer" is; it's not one of our applications :-) > , I can play the stream (using the URL "rtsp://…") in VLC 1.11 (and 0.8.6 for > that matter) but not in

Re: [Live-devel] Streaming H.264 Movie via RTP

2013-05-13 Thread Alex Shihmanter
Thanks, Guy. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Monday, May 13, 2013 10:50 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Streaming H.264 Movie via RTP I'm stre

Re: [Live-devel] Streaming H.264 Movie via RTP

2013-05-13 Thread Ross Finlayson
> I'm streaming an H264 movie using live555. That's rather vague. It would help to know specifically how you're doing the streaming. In any case, though, it's best if you use RTSP - i.e., your streaming application should contain a RTSP server. By using RTSP (i.e., by giving VLC a "rtsp://"

[Live-devel] Streaming H.264 Movie via RTP

2013-05-12 Thread Alex Shihmanter
Hi, I'm streaming an H264 movie using live555. I figured out you need an SDP file in order to play the stream in VLC, so I built one and was able to play my stream. The problem is, after I upgraded my VLC to 2.0.5, the VLC won't play my stream. The SDP file I use is: v=0 o=- 127764715

Re: [Live-devel] Streaming H.264 and PCM in a session.

2010-03-10 Thread Ross Finlayson
I have written own codes that testOnDemandRTSPServer send two RTPs to a RTSP client; one is for H.264 NAL and another is for PCM. I referenced the case of mpeg1or2AudioVideoTest and I think it is possible. If only a type of RTP packet is received to VLC(audio or video), VLC can decode it with n

[Live-devel] Streaming H.264 and PCM in a session.

2010-03-09 Thread William
I have written own codes that testOnDemandRTSPServer send two RTPs to a RTSP client; one is for H.264 NAL and another is for PCM. I referenced the case of mpeg1or2AudioVideoTest and I think it is possible. If only a type of RTP packet is received to VLC(audio or video), VLC can decode it with no p

Re: [Live-devel] streaming H.264 with changing resolution

2009-12-14 Thread orbit
> >I use Live555 to stream H.264 from the embedded borad and find a bug: > > > >for my borad, user could change video's resolution, at beginning > >user recive H.264 from the borad , it plays well, but if user > >disconnect then reconnect with different resolution, client player > >does not decode

Re: [Live-devel] streaming H.264 with changing resolution

2009-12-11 Thread Ross Finlayson
I use Live555 to stream H.264 from the embedded borad and find a bug: for my borad, user could change video's resolution, at beginning user recive H.264 from the borad , it plays well, but if user disconnect then reconnect with different resolution, client player does not decode frames correc

[Live-devel] streaming H.264 with changing resolution

2009-12-11 Thread orbit
Hi Ross, I use Live555 to stream H.264 from the embedded borad and find a bug: for my borad, user could change video's resolution, at beginning user recive H.264 from the borad , it plays well, but if user disconnect then reconnect with different resolution, client player does not decode frames

Re: [Live-devel] Streaming H.264

2008-06-26 Thread Etienne Bömcke
On 24 Jun 2008, at 20:56, Ross Finlayson wrote: I have some questions regarding H.264 streaming: 1) Is it true that if we have one NAL unit in a frame then the virtual function "currentNALUnitEndsAccessUnit()" always returns true" ? Yes, iff by "frame" you mean a complete video frame - i

Re: [Live-devel] Streaming H.264

2008-06-24 Thread Ross Finlayson
I have some questions regarding H.264 streaming: 1) Is it true that if we have one NAL unit in a frame then the virtual function "currentNALUnitEndsAccessUnit()" always returns true" ? Yes, iff by "frame" you mean a complete video frame - i.e., an entire 'picture'. 2) Who will do the fra

[Live-devel] Streaming H.264

2008-06-24 Thread Smith Graeme
I have some questions regarding H.264 streaming:   1) Is it true that if we have one NAL unit in a frame then the virtual function "currentNALUnitEndsAccessUnit()" always returns true" ?   2) Who will do the framing from byte stream? Is it done automatically or should we do it explicitly?   3)