NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 69 70 71 72 73 … 100 Next »
HDMI to USB grabber

 
  • 0 Vote(s) - 0 Average
HDMI to USB grabber
bohosh
Offline

Junior Member

BG
Posts: 47
Threads: 9
Joined: Sep 2020
#1
2020-10-27, 03:22 PM (This post was last modified: 2020-10-27, 03:26 PM by bohosh.)
Hi,
is it possible to add this kind of device to nextpvr?
[Image: Rullz-Mini-Video-Capture-Card-USB-2-0-HD...ng-Box.jpg]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#2
2020-10-27, 03:29 PM
It won't work with that specific device.

For HDMI->USB, it does work with the Hauppauge devices like the HDPVR2 or Rocket, or their PCIe Colossus2. You can also use various HDMI network encoders (like those on aliexpress)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#3
2020-10-27, 03:36 PM
I use one a similar device with linux and windows as an extra device with no real issue.  I have a post about it on the forum.  Ffmpeg typically allow USB video devices as input.  Audio on linux is a bit trickier

Martin
bohosh
Offline

Junior Member

BG
Posts: 47
Threads: 9
Joined: Sep 2020
#4
2020-10-27, 04:03 PM (This post was last modified: 2020-10-27, 04:06 PM by bohosh.)
Thanks Martin,
may you please point me to your post about this kind of devices....I really need to add this device to my nextpvr config. Personally I use windows.
BR
Graham
Offline

Posting Freak

UK
Posts: 4,056
Threads: 102
Joined: Dec 2005
#5
2020-10-27, 04:22 PM
(2020-10-27, 04:03 PM)bohosh Wrote: Thanks Martin,
may you please point me to your post about this kind of devices....I really need to add this device to my nextpvr config. Personally I use windows.
BR

Ere Tis ... https://forums.nextpvr.com/showthread.ph...#pid543752
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#6
2020-10-27, 04:23 PM (This post was last modified: 2020-10-27, 04:45 PM by mvallevand.)
Here's my post https://forums.nextpvr.com/showthread.ph...light=hdmi but it doesn't have the extra.

I don't have the Windows one around but what I use on linux (after the blaster is)

Code:
ffmpeg -v panic -threads 1 -re -vaapi_device /dev/dri/renderD128 -rtbufsize 100000k -f alsa -thread_queue_size 2048 -i plughw:CARD=Video -f v4l2 -thread_queue_size 2048 -input_format mjpeg -s 1280x720 -r 30 -i /dev/v4l/by-id/usb-MACROSILICON_USB_Video-video-index0 -vf 'format=nv12,hwupload'  -c:v h264_vaapi -acodec aac -b:a 192k -f mpegts  -vsync 1 -async 1 - &

On Windows because it is DirectShow you don't need to go through all these hoops to get h/w acceleration.

You should be able to find your devices on Windows with if you follow this https://www.rickmakes.com/using-a-cheap-...indows-10/ start with getting "C:\Program Files\NextPVR\Other\ffplay" working but add -vcodec h264 -acodec aac -f mpegts because that is what NextPVR wants

Assuming you get that let me know and I will help with the extra if you provide the ffplay command line.

Martin
bohosh
Offline

Junior Member

BG
Posts: 47
Threads: 9
Joined: Sep 2020
#7
2020-11-01, 09:21 AM (This post was last modified: 2020-11-01, 09:21 AM by bohosh.)
Hi,
many thanks for your help.
I found that Ffmpeg use 64bit windows. Unfortunately my pc is 32bit cpu, so I need to find first compatible hardware.
May you please give me an advice, which one of the cpu is good for that job?
I found some with "Intel® Celeron® N3160 Braswell SoC Processor"...
What is your option about it? Is it compatible?
I choose it because it cheep and fanless.
Also how many RAM I need for that job too?
BR
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#8
2020-11-01, 01:32 PM
Doesn't the ffmpeg that comes with NextPVR work? I asked you to try "C:\Program Files\NextPVR\Other\ffplay" which should be 32 bit.

Sorry I don't know your use case or platform. My linux box lower can't do 1080p capture in real time even with GPU acceleration but that is Radeon embedded. I like QSV and your Braswell choice is probably going to be pretty good with NextPVR web but don't hold me to that. The device still has to read from USB and NextPVR has to write to disk so it is not all raw GPU.

Martin
bohosh
Offline

Junior Member

BG
Posts: 47
Threads: 9
Joined: Sep 2020
#9
2020-11-01, 05:38 PM
Hi, just made a test and its working with ffplay.
I can't figure it out the line to get nextpvr to find the device.
I just can watch to my pc...but not by the nextpvr.
I need to get it in 1080p/30

BR
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#10
2020-11-01, 05:44 PM
Are your running ffplay with the transcoding I recommended? Simple playing won't be a good enough test since ffplay understands mjpeg video.

Also are you running v5? If so you will need to create an extra as I posted earler.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: BigTA78, 1 Guest(s)

Pages (5): 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Uraycoder HDMI Encoder Extra gobo 17 710 2025-04-17, 02:47 AM
Last Post: gobo
  TV listings "suddenly" missing via zap2it grabber RichU 2 1,372 2022-09-25, 02:34 PM
Last Post: RichU
  nvida hdmi audio MaxOne72 0 561 2022-01-08, 09:47 PM
Last Post: MaxOne72
  FFmpeg settings for HDMI Encoder device. boukmandutty 10 3,851 2020-08-13, 04:02 AM
Last Post: boukmandutty

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode