On Thursday, September 26, 2013 6:39:08 PM UTC+5:30, Máté Szendrő wrote:
> > We used Composite cable between set top box and HDPVRIf you're using analogue input then the capture card cannot negotiate the video format. You have to specify it in the `norm` property of `v4l2src`. Run `gst-inspect v4l2src` to see the available options. Cheers,MátéOn 26 September 2013 14:06, <
karthik...@gmail.com> wrote: On Thursday, September 26, 2013 5:02:18 PM UTC+5:30, Lewis Haley wrote: > So, what actually is your setup? Set top box => HDPVR => PC? What type of cable are you connecting the set top box to the HDPVR with? What did you change in v4l2-ctl?On Thursday, 26 September 2013 12:06:20 UTC+1,
karthik...@gmail.com wrote: On Wednesday, September 25, 2013 2:52:45 PM UTC+5:30, David Röthlisberger wrote: > On 25 Sep 2013, at 09:54, David Röthlisberger wrote: > On 25 Sep 2013, at 08:44,
karthik...@gmail.com wrote: >>> libv4l2: error getting pixformat: Bad address >> >> We are not using HD Fury, we've connected STBT only with Hauppuage HDPVR (Model 1212) and executed above said comments but encountered with errors. > > > If you're not using the HDPVR's component input, you might need to tell > it which input to use, with `v4l2-ctl` (install the `v4l-utils` > package). Use `v4l2-ctl --help`; there will be a way to show the > available inputs and a way to choose the input you want. > P.S. I have added this information to
http://stb-tester.com/hardware.html#hauppauge-hd-pvr David and Mate- Thanks for your respones. We tried setting the input using v4l2-ctl and executed full command but we are encountered with same bad address error. do we need to check any other things on this? please suggest. Thanks Karthik Hi Lewis-We have the setup as Set top box => HDPVR => PC. We used Composite cable between set top box and HDPVR, used USB cable between HDPVR and PC. For v4l2-ctl, we have installed v4l-utlis package,==> v4l2-ctl --list-inputs then we searched for list of inputs and found composite as 2, then we set input as 2 ==> v4l2-ctl --set-input 2After this we executed below command in terminal, we haven't encountered any error but the video wasn't displayed. [root@localhost root123]# gst-launch v4l2src device="/dev/video0" ! mpegtsdemux ! video/x-264 ! decodebin2 ! ximagesink Setting pipeline to PAUSED ...Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ...New clock: GstSystemClockwhich is the blocker on this? do we need to use different cables/ need to change anything in the command? Please let us know. ThanksKarthik-- You received this message because you are subscribed to the Google Groups "stb-tester" group. To unsubscribe from this group and stop receiving emails from it, send an email to
stb-tester+...@googlegroups.com. To post to this group, send email to
stb-t...@googlegroups.com. To view this discussion on the web visit
https://groups.google.com/d/msgid/stb-tester/fb0ff12c-f498-4c43-ab12-1c3b1ae4e98f%40googlegroups.com. For more options, visit
https://groups.google.com/groups/opt_out.
Hi Mate-
Thanks for your help,
We set Norm property and tried executing the command as below
gst-launch v4l2src device="/dev/video0" norm=PAL ! mpegtsdemux ! video/x-264 ! decodebin2 ! ximagesink
We didn't face any error but still the video was not grabbed.
Note: We are working on Oracle VM Box and fedora 19(now).
Please suggest if anything else i need to check.
Thanks
Karthik