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 … 80 81 82 83 84 … 102 Next »
NextPVR web player stuck at Receiving Data, Black Screen. Need Help

 
  • 0 Vote(s) - 0 Average
NextPVR web player stuck at Receiving Data, Black Screen. Need Help
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#11
2020-07-09, 09:12 PM
(2020-07-09, 09:10 PM)mvallevand Wrote: I am not even sure if TV's that can scan and play clear QAM can decode h264.
Yep, good point - that is unlikely to be the case.
briantho
Offline

Junior Member

Costa Rica
Posts: 30
Threads: 6
Joined: Jul 2020
#12
2020-07-09, 09:43 PM
Hmm, ok so what are you suggesting? I have several older (like 3-6 years old) HDTV's that I'm using. Like I mentioned I am not using a Set Top Box, except for one. The other TV's are able to receive a good number of analog channels. Again they are all connected to the same coax source from the cable provider. I don't think these TV's ever worked with the digital h.264 channels. They do however work with the analog channels. The thing is I'm wondering if I can get my TV Tuner to tune to the h.264 channels, or as a last resort have the analog TV working. I am almost positive the cable company is broadcasting some channels in analog, and some channels in digital. Is there a better way to tell if a channel is encrypted? If you want I can try uploading a stream sample of the h.264 channels later today. 

Also here is the command when running "ffmpeg -list_devices true -f dshow -i dummy"
from the first post of https://forums.nextpvr.com/showthread.php?tid=60883



ffmpeg version 4.2.2 Copyright © 2000-2019 the FFmpeg developers
  built with gcc 9.2.1 (GCC) 20200122
  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
  libavutil      56. 31.100 / 56. 31.100
  libavcodec    58. 54.100 / 58. 54.100
  libavformat    58. 29.100 / 58. 29.100
  libavdevice    58.  8.100 / 58.  8.100
  libavfilter    7. 57.100 /  7. 57.100
  libswscale      5.  5.100 /  5.  5.100
  libswresample  3.  5.100 /  3.  5.100
  libpostproc    55.  5.100 / 55.  5.100
[dshow @ 033c14c0] DirectShow video devices (some may be both video and audio devices)
[dshow @ 033c14c0]  "Conexant Polaris Video Capture"
[dshow @ 033c14c0]    Alternative name "@device_pnp_\\?\usb#vid_1b80&pid_e43f&mi_01#8&292e7c69&0&0001#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\{9b365890-165f-11d0-a195-0020afd156e4}"
[dshow @ 033c14c0] DirectShow audio devices
[dshow @ 033c14c0] Could not enumerate audio only devices (or none found).
dummy: Immediate exit requested
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#13
2020-07-09, 09:46 PM
(2020-07-09, 09:43 PM)briantho Wrote: Hmm, ok so what are you suggesting? I have several older (like 3-6 years old) HDTV's that I'm using. Like I mentioned I am not using a Set Top Box, except for one. The other TV's are able to receive a good number of analog channels. Again they are all connected to the same coax source from the cable provider. I don't think these TV's ever worked with the digital h.264 channels. They do however work with the analog channels. The thing is I'm wondering if I can get my TV Tuner to tune to the h.264 channels, or as a last resort have the analog TV working. I am almost positive the cable company is broadcasting some channels in analog, and some channels in digital. Is there a better way to tell if a channel is encrypted? If you want I can try uploading a stream sample of the h.264 channels later today. 
He's just saying they're likely analog channels that are being tuned by your TV (rather than the h.264 digital channel)

NextPVR v5 no longer natively supports analog. You might be able to make analog work using an Extras plugin, but there is a fair bit of manual effort required for that.
briantho
Offline

Junior Member

Costa Rica
Posts: 30
Threads: 6
Joined: Jul 2020
#14
2020-07-09, 09:59 PM
Quote:NextPVR v5 no longer natively supports analog. You might be able to make analog work using an Extras plugin, but there is a fair bit of manual effort required for that.


[url=https://forums.nextpvr.com/private.php?action=send&uid=2][/url]
Ok, so should I just use v4 along with the analogdevices.xml file, or is this something that can be added into v5 later on? also, here is the h.264 sample

https://1drv.ms/u/s!AmfupfqnkDve1VkduPlX...m?e=5ZVuez

Let me know what you find out. Thanks again
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,196
Threads: 958
Joined: May 2006
#15
2020-07-09, 10:06 PM (This post was last modified: 2020-07-09, 10:17 PM by mvallevand.)
Regarding the analog support if you continue follow through from the other thread try;

ffplay -f dshow -i video="Conexant USB Polaris Analog Capture"

Does it play anything?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#16
2020-07-09, 10:12 PM
(2020-07-09, 09:59 PM)briantho Wrote: also, here is the h.264 sample

https://1drv.ms/u/s!AmfupfqnkDve1VkduPlX...m?e=5ZVuez
Yep - encrypted audio and video streams.
briantho
Offline

Junior Member

Costa Rica
Posts: 30
Threads: 6
Joined: Jul 2020
#17
2020-07-09, 10:30 PM
(2020-07-09, 10:12 PM)sub Wrote:
(2020-07-09, 09:59 PM)briantho Wrote: also, here is the h.264 sample

https://1drv.ms/u/s!AmfupfqnkDve1VkduPlX...m?e=5ZVuez
Yep - encrypted audio and video streams.
Well Shoot. That's what i figured, thanks for confirming. Anyway, regarding analog and v5, is it a "later feature" or a "no longer supported"?

also, Martin
when I run the command you gave me it says at the end

Failed to set value '-f' for option 're': Option not found

What does that mean?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,196
Threads: 958
Joined: May 2006
#18
2020-07-09, 10:44 PM
It means that you didn't notice that I took out the -re after I posted my message.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#19
2020-07-09, 10:45 PM
(2020-07-09, 10:30 PM)briantho Wrote: Anyway, regarding analog and v5, is it a "later feature" or a "no longer supported"?
Analog support was kind of half done in v5, when using a Windows install. I will likely find some time in the future to get it working.

Analog support is a pretty low priority these days, with just about everybody using digital tuners now.
briantho
Offline

Junior Member

Costa Rica
Posts: 30
Threads: 6
Joined: Jul 2020
#20
2020-07-09, 11:13 PM
(2020-07-09, 10:44 PM)mvallevand Wrote: It means that you didn't notice that I took out the -re after I posted my message.

Martin
Ah ok, That was the problem. However, when I run
ffplay -f dshow -i video="Conexant USB Polaris Analog Capture"

I get an error

[dshow @ 038d1980] Could not find video device with name [Conexant USB Polaris Analog Capture] among source devices of type video.

video=Conexant USB Polaris Analog Capture: I/O error

I assume it's supposed to be "Conexant Polaris Video Capture"
in which case no error, but no output either

ffplay version 4.2.2 Copyright © 2003-2019 the FFmpeg developers
  built with gcc 9.2.1 (GCC) 20200122
  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
  libavutil      56. 31.100 / 56. 31.100
  libavcodec    58. 54.100 / 58. 54.100
  libavformat    58. 29.100 / 58. 29.100
  libavdevice    58.  8.100 / 58.  8.100
  libavfilter    7. 57.100 /  7. 57.100
  libswscale      5.  5.100 /  5.  5.100
  libswresample  3.  5.100 /  3.  5.100
  libpostproc    55.  5.100 / 55.  5.100
    nan    :  0.000 fd=  0 aq=    0KB vq=    0KB sq=    0B f=0/0

In any case, I'm potentially thinking I'm going to downgrade to v4, until analog support is added on v5, unless I can somehow get ffplay to work correctly. Also, what is supposed to happen with ffplay? I get no output, when running
ffplay -f dshow -i video="Conexant Polaris Video Capture"
Let me know what is supposed to be the output, otherwise I will probably go back to v4. Anyway, thanks for helping me. I really appreciate it.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  "D3D12.DLL missing from system" - no more Win7 support for NextPVR? DSperber 12 529 2025-07-16, 01:32 PM
Last Post: DSperber
  NextPvr timeshifting problems on 720p video richardkraft 0 75 2025-07-16, 04:47 AM
Last Post: richardkraft
  Audio out of synch with nextPVR.exe Higgo 31 1,496 2025-07-15, 07:46 PM
Last Post: mvallevand
  Recent recordings contain several corrupt data VanKuiSh 3 224 2025-07-07, 04:55 PM
Last Post: mvallevand
  EPG not found for some channels - DVB/ATSC (NextPVR version 7) Nimoder 36 2,544 2025-06-27, 10:53 PM
Last Post: mvallevand
  Windows could not start the NextPVR Service service on Local Computer Error 193:0xc1 Jimmyts100 7 5,922 2025-06-18, 06:26 PM
Last Post: jcole998
  NextPVR and IPTVBoss Druhl 5 489 2025-06-05, 04:36 PM
Last Post: mvallevand
  nextpvr.exe playback issues? hae 7 950 2025-05-31, 09:02 PM
Last Post: sub
  Pending recordings not showing in web interface and NextPVR gadget not working... henryixV 4 472 2025-05-27, 08:29 PM
Last Post: henryixV
  NextPVR missing EPG benniehill 4 542 2025-04-28, 09:51 AM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode