how do we access the video decoder memory
"Suresh S" <[email protected]> 3 May 2007 12:45:28 -0000
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
Hi, I cannot get any reply for my querry. Could you please give some idea. " Using Linux DVB, how do we access the video decoder memory(h/w decoder) for getting the video frames. Can we do by DMA transfer? " -SSMadurai On Thu, 03 May 2007 [email protected] wrote : >Send MPlayer-dvb mailing list submissions to > [email protected] > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dvb >or, via email, send a message with subject or body 'help' to > [email protected] > >You can reach the person managing the list at > [email protected] > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of MPlayer-dvb digest..." > > >Today's Topics: > > 1. Accessing video decoder memory... (Suresh S) > 2. Re: MPlayer-dvb Digest, Vol 44, Issue 1 (Suresh S) > 3. Re: MPlayer-dvb Digest, Vol 44, Issue 1 (Nico Sabbi) > > >---------------------------------------------------------------------- > >Message: 1 >Date: 2 May 2007 13:20:25 -0000 > From: "Suresh S" <[email protected]> >Subject: [MPlayer-dvb] Accessing video decoder memory... >To: [email protected] >Message-ID: <[email protected]> >Content-Type: text/plain; charset=iso-8859-1 > > ? >Hi, > >Using Linux DVB, how do we access the video decoder memory(h/w decoder) for getting the video frames. Can we do by DMA transfer? > >-SSMadurai > > > >------------------------------ > >Message: 2 >Date: 2 May 2007 15:16:00 -0000 > From: "Suresh S" <[email protected]> >Subject: Re: [MPlayer-dvb] MPlayer-dvb Digest, Vol 44, Issue 1 >To: [email protected] >Message-ID: <[email protected]> >Content-Type: text/plain; charset=iso-8859-1 > >Hi, > >Using Linux DVB API version 3, I want to access the video decoder memory(h/w decoder) for getting the video frames. I am using Linux DVB API version 3, so I cant use v4l as well for this. > >Could you please give me idea to fetch the decoder memroy. > >Thanks >-SSMadurai > > ? > > >On Wed, 02 May 2007 [email protected] wrote : > >Send MPlayer-dvb mailing list submissions to > > [email protected] > > > >To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dvb > >or, via email, send a message with subject or body 'help' to > > [email protected] > > > >You can reach the person managing the list at > > [email protected] > > > >When replying, please edit your Subject line so it is more specific > >than "Re: Contents of MPlayer-dvb digest..." > > > > > >Today's Topics: > > > > 1. Accessing video decoder memory... (Suresh S) > > 2. Re: Accessing video decoder memory... (Nico Sabbi) > > 3. Re: Accessing video decoder memory... (Nico Sabbi) > > > > > >---------------------------------------------------------------------- > > > >Message: 1 > >Date: 1 May 2007 18:31:46 -0000 > > From: "Suresh S" <[email protected]> > >Subject: [MPlayer-dvb] Accessing video decoder memory... > >To: [email protected] > >Message-ID: <[email protected]> > >Content-Type: text/plain; charset=iso-8859-1 > > > >Hi, > > > >Using Linux DVB, I want to access the video decoder memory(h/w decoder) for getting the video frames. Can we do by DMA transfer? > > > >-SSMadurai > > > > > > > >------------------------------ > > > >Message: 2 > >Date: Tue, 01 May 2007 20:46:27 +0200 > > From: Nico Sabbi <[email protected]> > >Subject: Re: [MPlayer-dvb] Accessing video decoder memory... > >To: Suresh S <[email protected]>, MPlayer with Siemens DVB > > cards <[email protected]> > >Message-ID: <[email protected]> > >Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > >Suresh S wrote: > > > Hi, > > > > > > Using Linux DVB, I want to access the video decoder memory(h/w decoder) for getting the video frames. Can we do by DMA transfer? > > > > > > -SSMadurai > > > > > > >when using the hw decoder you can use the v4l api to access the > >decoded frames (e.g. mplayer tv://) > > > > > >------------------------------ > > > >Message: 3 > >Date: Wed, 02 May 2007 00:35:33 +0200 > > From: Nico Sabbi <[email protected]> > >Subject: Re: [MPlayer-dvb] Accessing video decoder memory... > >To: Mplayer with Siemens-DVB card <[email protected]> > >Message-ID: <[email protected]> > >Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > >Suresh S wrote: > > > Thanks for your reply. > > > > > > Can you give me some examples and which api need to use ? > > > > > > -SSmadurai. > > > > > > >stream/tv*.c > > > > > >------------------------------ > > > >_______________________________________________ > >MPlayer-dvb mailing list > >[email protected] > >http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dvb > > > >End of MPlayer-dvb Digest, Vol 44, Issue 1 > >****************************************** > > > > >------------------------------ > >Message: 3 >Date: Wed, 02 May 2007 17:17:38 +0200 > From: Nico Sabbi <[email protected]> >Subject: Re: [MPlayer-dvb] MPlayer-dvb Digest, Vol 44, Issue 1 >To: MPlayer with Siemens DVB cards <[email protected]> >Message-ID: <[email protected]> >Content-Type: text/plain; charset=ISO-8859-1; format=flowed > >Suresh S wrote: > > >Hi, > > > >Using Linux DVB API version 3, I want to access the video decoder memory(h/w decoder) for getting the video frames. I am using Linux DVB API version 3, so I cant use v4l as well for this. > > > >Could you please give me idea to fetch the decoder memroy. > > > >Thanks > >-SSMadurai > > > > > > > > >why don't you re-read what I wrote before posting 3 times the same >question?? >with the DVB api you can tune the card and instruct the hw decoders to >do their job. >At the same time you can use the V4L api to access the decoder's frame >buffer >and grab the decoded frames. >e.g. > >on one terminal: >$ tzap -r RaiUno >on another terminal: >$ mplayer tv:// -tv .... > >There's really nothing else to do. In mplayer/stream there is code to access >both the dvb device proper and the tv devices. > > > -- > Email.it, the professional e-mail, gratis per te: http://www.email.it/f > > Sponsor: > Analisi di Bilancio: come capire correttamente un bilancio aziendale >* Esempi, modelli pratici, software utili > Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6199&d=2-5 > > >------------------------------ > >_______________________________________________ >MPlayer-dvb mailing list >[email protected] >http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dvb > >End of MPlayer-dvb Digest, Vol 44, Issue 2 >******************************************