[Live-devel] reading on stdin
moses pawar
mpawar at usc.edu
Tue Apr 6 14:43:20 PDT 2004
Sorry in my last email I wrongly mentioned the error...but I get the following
error
StreamParser::parsePESPacket(): saw inconsistent PES_packet_length 0 < 8
I printed out RTP information and I found that some packets were being sent.
But I could not observe any display on VLC client
My previos emil was:
> My camera outputs MPEG2 data on stdout.....so in testOndemandRTSPserver I
> tried
> to read from stdin ( i specify stdin instead of filename test.mpg) using
> options MPEG1or2eESVideoTest and MPEG1or2AudioVideoTest
> but I get frame size too large error.
> What may be the cause?
> Thank you very much.
> Moses.
Thanks
Moses.
www.mosespawar.com
----- Original Message -----
From: moses pawar <mpawar at usc.edu>
Date: Tuesday, April 6, 2004 1:30 pm
Subject: reading on stdin
>
> Hi everyone,
> My camera outputs MPEG2 data on stdout.....so in testOndemandRTSPserver I
> tried
> to read from stdin ( i specify stdin instead of filename test.mpg) using
> options MPEG1or2eESVideoTest and MPEG1or2AudioVideoTest
> but I get frame size too large error.
> What may be the cause?
> Thank you very much.
> Moses.
>
>
>
> www.mosespawar.com
>
> ----- Original Message -----
> From: live-devel-request at ns.live.com
> Date: Thursday, April 1, 2004 12:00 pm
> Subject: live-devel Digest, Vol 6, Issue 1
>
> > Send live-devel mailing list submissions to
> > live-devel at lists.live.com
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.live.com/mailman/listinfo/live-devel
> > or, via email, send a message with subject or body 'help' to
> > live-devel-request at lists.live.com
> >
> > You can reach the person managing the list at
> > live-devel-owner at lists.live.com
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of live-devel digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Re: Re: One (maybe two) little bug in Makefile.tail
> > (Matteo Nastasi)
> > 2. Re: RTP stream test (Simon Schampijer)
> > 3. Re: RTP stream test (Ross Finlayson)
> > 4. About FramedSource (Achraf GAZDAR)
> > 5. Re: About FramedSource (Ross Finlayson)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Thu, 1 Apr 2004 10:10:57 +0200
> > From: Matteo Nastasi <matteo.nastasi at tvblob.com>
> > Subject: Re: [Live-devel] Re: One (maybe two) little bug in
> > Makefile.tail
> > To: "LIVE.COM Streaming Media - development & use"
> > <live-devel at ns.live.com>
> > Message-ID: <20040401081057.GA28818 at blob6>
> > Content-Type: text/plain; charset=us-ascii
> >
> > On Wed, Mar 31, 2004 at 09:19:54AM -0800, Ross Finlayson wrote:
> > > Matteo,
> > >
> > > Thanks for noting the Makefile problem; it has been fixed in the most
> > > recent release (2004.03.27).
> > ;)
> >
> > ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8<
> > >
> > > >with this trick the select() return and the check of watchVariable
> shutdown> > >without delay the thread-live.
> > >
> > > But if you *don't* call "write(wr_fd,"w",1);", exactly the same thing
> > will
> > > happen: When you return to the event loop (see
> > > "BasicTaskScheduler0::doEventLoop()"), the watch variable will be non-
> > zero,
> > > and you'll return from the event loop. Creating the 'fd's, and calling
> > > "turOnBackgroundReadHandling()" adds nothing.
> >
> > In some cases [when my prog is waiting data from the net (and the network
> > data streaming is interrupted)] it skip the wait of select timeout,
> > and make fast the shutdown of the component.
> >
> > Best regards, Matteo.
> >
> >
> > >
> > >
> > > 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
> > >
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: 01 Apr 2004 10:57:59 +0200
> > From: Simon Schampijer <Simon.Schampijer at ircam.fr>
> > Subject: Re: [Live-devel] RTP stream test
> > To: "LIVE.COM Streaming " Media - development & use
> > <live-devel at ns.live.com>
> > Message-ID: <1080809879.23305.4.camel at licorne.ircam.fr>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Le mer 31/03/2004 à 19:13, Ross Finlayson a écrit :
> >
> > > By the way, I now recommend using "VLC" <http://www.videolan.org/vlc/>
> > > instead of MPlayer to receive/play RTP streams.
> > >
> > >
> > > Ross Finlayson
> > > LIVE.COM
> > > <http://www.live.com/>
> >
> >
> > Where do I find the RTSP/RTP client support in the videolan project.
> >
> > like in the mplayer project--->"demux_rtp*" in the "libmpdemux"
> > directory.
> >
> > Thanks in regards
> > Simon
> >
> > > _______________________________________________
> > > live-devel mailing list
> > > live-devel at lists.live.com
> > > http://lists.live.com/mailman/listinfo/live-devel
> > >
> >
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Thu, 01 Apr 2004 02:40:56 -0800
> > From: Ross Finlayson <finlayson at live.com>
> > Subject: Re: [Live-devel] RTP stream test
> > To: "LIVE.COM Streaming Media - development & use"
> > <live-devel at ns.live.com>
> > Message-ID: <6.0.1.1.1.20040401024036.02cebb00 at localhost>
> > Content-Type: text/plain; charset="us-ascii"; format=flowed
> >
> >
> > >Where do I find the RTSP/RTP client support in the videolan project.
> >
> > This code is in the file "
> >
> >
> > vlc/modules/demux/livedotcom.cpp" (in the VLC source code).
> >
> >
> > Ross Finlayson
> > LIVE.COM
> > <http://www.live.com/>
> >
> >
> > ------------------------------
> >
> > Message: 4
> > Date: Thu, 1 Apr 2004 17:46:11 +0200 (CEST)
> > From: Achraf GAZDAR <achraf_g at yahoo.fr>
> > Subject: [Live-devel] About FramedSource
> > To: live-devel at ns.live.com
> > Message-ID: <20040401154611.51433.qmail at web25108.mail.ukl.yahoo.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hi all,
> > I want to know where to get the movie duration through live.com. I have
> > seen the member variable "DurationInMillisecond" in FramedSource.h and
> i'm
> > confused if this is the movie or the frame duration (presentation duration).
> > second, is this (0 <= presentationtime <= movieduration) right?
> > Thanks in advance,
> >
> >
> >
> > ---------------------------------
> > Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
> > Créez votre Yahoo! Mail
> >
> > Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: http://lists.live.com/pipermail/live-
> > devel/attachments/20040401/449784e3/attachment-0001.html
> >
> > ------------------------------
> >
> > Message: 5
> > Date: Thu, 01 Apr 2004 07:54:51 -0800
> > From: Ross Finlayson <finlayson at live.com>
> > Subject: Re: [Live-devel] About FramedSource
> > To: "LIVE.COM Streaming Media - development & use"
> > <live-devel at ns.live.com>
> > Message-ID: <6.0.1.1.1.20040401075149.02d06260 at localhost>
> > Content-Type: text/plain; charset="us-ascii"; format=flowed
> >
> >
> > > I have seen the member variable "DurationInMillisecond" in
> > > FramedSource.h and i'm confused if this is the movie or the frame
> > > duration (presentation duration).
> >
> > The "durationInMicroseconds" (note: *not* milliseconds) parameter is the
> > duration of the *frame* of data returned in the 'after function' passed
> to
> > "getNextFrame()".
> >
> >
> > 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
> >
> >
> > End of live-devel Digest, Vol 6, Issue 1
> > ****************************************
> >
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpawar.vcf
Type: text/x-vcard
Size: 291 bytes
Desc: Card for moses pawar <mpawar at usc.edu>
Url : http://lists.live.com/pipermail/live-devel/attachments/20040406/07bdece2/mpawar.vcf
More information about the live-devel
mailing list