Accessing /dev/dvb/adapterX/dvrX

Duncan Palmer dpalmer at digisoft.tv
Thu Oct 24 10:20:13 CEST 2013


Can you use the dvbsrc element?


On 24 October 2013 06:40, Luca Santini <luca.santini at spesonline.com> wrote:

> Hi Plox,
> i succesfully use
> cat /dev/dvb/adapter0/dvr0 | gst-launch-0.10 fdsrc fd=0 ! etc...
>
>
> On 23/10/2013 21:49, Plox wrote:
>
>> Good day fellow programmers,
>>
>> I am trying to get streamer to play DVB-S2 channels.
>> In order to do so I've tried using mumudvb for streaming and gstreamer for
>> playback but this isn't a very efficient solution.
>>
>> I would like to manage to use /dev/dvb/adapter0/dvr0 as source as I could
>> simply write a small application to tune to a certain channel and output
>> to
>> said socket.
>> So far I tried to use filesrc location=/dev/dvb/adapter0/**dvr0 !
>> decodebin !
>> eglglessink and playbin uri=/dev/dvb/adapter0/dvr0.
>> All these pipelines are stuck while prerolling.
>> The playbin pipeline claims that the given resource can not be opened as
>> it
>> is a socket.
>>
>> I also tried cat /dev/dvb/adapter0/dvr0 > test.ts
>>
>> Gstreamer seems to be unable to open test.ts while I am writing to it nor
>> once I have stopped writing to it.
>>
>> For example omxplayer is able to open test.ts in both cases.
>>
>> Is there any way to solve this issue?
>> Any help will be greatly appreciated. Thank you!
>>
>>
>>
>> --
>> View this message in context: http://gstreamer-devel.966125.**
>> n4.nabble.com/Accessing-dev-**dvb-adapterX-dvrX-tp4662813.**html<http://gstreamer-devel.966125.n4.nabble.com/Accessing-dev-dvb-adapterX-dvrX-tp4662813.html>
>> Sent from the GStreamer-devel mailing list archive at Nabble.com.
>> ______________________________**_________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.**freedesktop.org<gstreamer-devel at lists.freedesktop.org>
>> http://lists.freedesktop.org/**mailman/listinfo/gstreamer-**devel<http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel>
>>
>>
> ______________________________**_________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.**freedesktop.org<gstreamer-devel at lists.freedesktop.org>
> http://lists.freedesktop.org/**mailman/listinfo/gstreamer-**devel<http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131024/210b6867/attachment-0001.html>


More information about the gstreamer-devel mailing list