NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
1 2 3 4 5 … 159 Next »
Cannot add my channelsdvr m3u

 
  • 0 Vote(s) - 0 Average
Cannot add my channelsdvr m3u
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#131
2024-09-16, 09:10 PM
There could easily be a bug in sportbar mode especially with bad streams but I don't care about that right now. I didn't see you even try to play the extra with yauiclient just sub's Android player after NextPVR crashed. So please try it and let me see the logs. Then you can test to your heart's content.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#132
2024-09-16, 09:13 PM
If you get no volume what do you see with the p key that I showed you here https://forums.nextpvr.com/showthread.ph...#pid593842

Martin
hdpvr-doug8796
Offline

Senior Member

Posts: 254
Threads: 24
Joined: Sep 2019
#133
2024-09-16, 09:20 PM (This post was last modified: 2024-09-16, 09:22 PM by hdpvr-doug8796.)
(2024-09-16, 09:13 PM)mvallevand Wrote: If you get no volume what do you see with the p key that I showed you here https://forums.nextpvr.com/showthread.ph...#pid593842

Martin
Shows nothing on m3u, shows opus on extra


Attached Files Thumbnail(s)
   
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#134
2024-09-16, 09:22 PM (This post was last modified: 2024-09-16, 09:24 PM by mvallevand.)
Looks like it is not being sent but is that the extra? I am not a mind reader.

Sorry I saw your edit, I don't want you to test the m3u so is it working on the extra?

Martin
hdpvr-doug8796
Offline

Senior Member

Posts: 254
Threads: 24
Joined: Sep 2019
#135
2024-09-16, 09:23 PM
(2024-09-16, 09:22 PM)mvallevand Wrote: Looks like it is not being sent but is that the extra?  I am not a mind reader.

Martin

I tested extra 2x here

Extra shows opus now, it used to work, maybe audio just needs transcoding?


Attached Files Thumbnail(s)
   

.zip   logs-20240916-1622.zip (Size: 205.44 KB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#136
2024-09-16, 09:40 PM (This post was last modified: 2024-09-16, 09:48 PM by mvallevand.)
Ok that is interesting, it shouldn't be mkv but I see my channels streams like that too. I think there is something bogus in the mux Try this for you extra.

Code:
<extras>
<channel name="Chrome">
    <command>ffmpeg</command>
    <args>-v panic -re -i http://192.168.68.56:5589/stream/windy -codec copy -f mpegts -</args>
</channel>
</extras>


Martin
hdpvr-doug8796
Offline

Senior Member

Posts: 254
Threads: 24
Joined: Sep 2019
#137
2024-09-16, 10:03 PM
(2024-09-16, 09:40 PM)mvallevand Wrote: Ok that is interesting, it shouldn't be mkv  but I see my channels streams like that too.  I think there is something bogus in the mux  Try this for you extra.

Code:
<extras>
<channel name="Chrome">
    <command>ffmpeg</command>
    <args>-v panic -re -i http://192.168.68.56:5589/stream/windy -codec copy -f mpegts -</args>
</channel>
</extras>


Martin
OK So running in yauiclient it works, still shows opus, using the newer chrome capture code I wrote it broke
[2024/09/16 17:02:08.807] TypeError: Cannot read properties of undefined (reading 'match')

Main issue I get from chrome capture. Can i take some of those settings off?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#138
2024-09-16, 10:11 PM (This post was last modified: 2024-09-16, 10:11 PM by mvallevand.)
If that works I suspect it will work in the web client and uidroid now too. But I have no idea what you are asking.

Martin
hdpvr-doug8796
Offline

Senior Member

Posts: 254
Threads: 24
Joined: Sep 2019
#139
2024-09-16, 10:14 PM (This post was last modified: 2024-09-16, 11:10 PM by hdpvr-doug8796.)
(2024-09-16, 10:11 PM)mvallevand Wrote: If that works I  suspect it will work in the web client and uidroid now too.  But I have no idea what you are asking.

Martin

I have updated code that lets me use other sources (directv/spectrum/cbs/nbc) etc. the original code didnt have. its sloppy and written by ai but most of it works, this is one of the only times it worked on main.js and not in my modified one that works with other sources.
trying to debug, but I only somewhat know coding
[2024/09/16 17:17:52.663] Chrome Capture server listening on port 5589
[2024/09/16 17:20:09.459] GET /stream/windy from ::ffff:192.168.68.56 responded 500 in 5.864 ms
[2024/09/16 17:20:09.461] TypeError: Cannot read properties of undefined (reading 'match')
    at D:\Chromecapturetest\stealth-8.js:246:33
    at newFn (D:\Chromecapturetest\node_modules\express-async-errors\index.js:16:20)
    at Layer.handle [as handle_request] (D:\Chromecapturetest\node_modules\express\lib\router\layer.js:95:5)
    at next (D:\Chromecapturetest\node_modules\express\lib\router\route.js:144:13)
    at Route.dispatch (D:\Chromecapturetest\node_modules\express\lib\router\route.js:114:3)

It seems to work now, it lagged a bit more than usual in the beggining and on web client but seems to be working decent now after a few seconds on yauiclient
    at newFn (D:\Chromecapturetest\node_modules\express-async-errors\index.js:16:20)
    at Layer.handle [as handle_request] (D:\Chromecapturetest\node_modules\express\lib\router\layer.js:95:5)
    at D:\Chromecapturetest\node_modules\express\lib\router\index.js:284:15
    at param (D:\Chromecapturetest\node_modules\express\lib\router\index.js:365:14)
    at param (D:\Chromecapturetest\node_modules\express\lib\router\index.js:376:14)


OK I tried another stream, sound is working, however I couldn't get yauiclient to update, is there an easy way? I tried another server ip and then back again in the web browser

UPDATE 6:00 CST - It looks like its working! Finally. No crashes, sound working!

Another update - all the apps work! Sadly we still have an issue, I am not getting sound on uiclient android or subs android app. It works in Kodi, I really like uiclient but I may have to settle for this if we can't fix it any closer


Attached Files Thumbnail(s)
   
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#140
2024-09-16, 11:28 PM (This post was last modified: 2024-09-16, 11:29 PM by mvallevand.)
First go into uidroid settings (hold ok on the main screen) and the select ffmpeg decoding, there could be an issue with the Shield playback of opus or how you configured Android sound.

If no sound create a recording and the stop it after a minute and try to play the recording in uidroid. If there still is no sound post an link externally on OneDrive or GoogleDrive and I will have a look/listen.

Note in your logs you had reverted yauiclient to 1.1, you should be using the new version.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (16): « Previous 1 … 12 13 14 15 16 Next »
Jump to page 


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

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

Linear Mode
Threaded Mode