NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 7 8 9 10 11 … 47 Next »
NEWA Web Services

 
  • 0 Vote(s) - 0 Average
NEWA Web Services
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#11
2013-08-28, 02:53 AM
Sorry I don't know much about plex, I gave up using it on my tv.

Martin
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#12
2013-08-28, 02:58 AM
mvallevand Wrote:Sorry I don't know much about plex, I gave up using it on my tv.

Martin

So we can't generate an HLS of a recording?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#13
2013-08-28, 03:02 AM
Not with NextPVR, but you might be able to get VLC to start it with NEWA.

Martin
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#14
2013-08-28, 03:06 AM
mvallevand Wrote:Not with NextPVR, but you might be able to get VLC to start it with NEWA.

Martin

Or don't figure out if Plex is expecting an HLS stream or something else.

That direct method you posted before with the OID do you know what that is responding with? I've never looked at the response headers (and not at this stage got a tool to look at them). I assume it's just a download to the entire file?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#15
2013-08-28, 03:12 AM
The /transcode url feature might be able to give you what you need:
Code:
http://<server>:8866/transcode?recording=1234&resolution=720x406&bitrate=900k

See <TranscodeArgs> in config.xml for the complete ffmpeg command line.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#16
2013-08-28, 10:23 PM
whurlston Wrote:The /transcode url feature might be able to give you what you need:
Code:
http://<server>:8866/transcode?recording=1234&resolution=720x406&bitrate=900k

See <TranscodeArgs> in config.xml for the complete ffmpeg command line.

What is this actually outputting? is it a TS file? I'm trying to read it, but can't figure out how to make it output say an MP4 file.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#17
2013-08-28, 10:30 PM
The problem with MP4 files is that you can't play them while they're being generated, since they need to have special stuff written at the end of the file. When you try to stream this type of file you typically see the web server make a few requests with different range requests, so it can read a bit from the start, a bit from the end, then start playback from the beginning. This doesn't lend itself to on-the-fly transcoding.

The /transcode was intended to be used for outputting TS streams for playback on iOS devices.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#18
2013-08-28, 11:07 PM
Hmm ok. So this transcode is returning an http live stream?

Seems I'm stuck since plex does not seem to like it. Reporting that the content length is invalid.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#19
2013-08-28, 11:15 PM
Quote:So this transcode is returning an http live stream?
It's delivering a transport stream containing H.264 video and AAC audio, which is what is usually carried in an http live stream. That's not enough to make it an HLS stream though. Normally you'd have an m3u8 file, which contains URLs to the transport stream. You're missing an m3u8.

I'm not sure that's your problem though. It sounds like Plex maybe doesn't like streams where the length is unknown?
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#20
2013-08-29, 12:08 AM
Potentially. Although using the call that Martin provided me right at the start of the thread, the http://pvr:8866/live?oid=xxxxx reports a content length of the video - but I'm unsure if this is the length that the issue, as this reports an invalid length rather than missing.

And on some of the attempts I was taking that file and returning an m3u8
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Broken X-NEWA Info Link on NextPVR.com cweseloh 4 2,842 2020-05-02, 01:02 AM
Last Post: cweseloh
  gbpvr.com still somewhere in the NEWA code? jksmurf 0 2,127 2019-02-26, 01:29 AM
Last Post: jksmurf
  NEWA scheduled recording update ability broken in 4.2.2 snagglewest 0 2,078 2018-07-11, 12:12 AM
Last Post: snagglewest
  Where does NEWA read the Show name from in the NEWA Web App? jksmurf 3 3,223 2018-07-03, 03:26 AM
Last Post: jksmurf
  Newa snaitaz 8 4,769 2018-05-17, 09:30 PM
Last Post: sub
  NEWA Auto-Search Command Line Interface (CLI) UncleJohnsBand 40 38,465 2018-05-09, 12:50 AM
Last Post: jksmurf
  NEWA modern "NEW" page missing urls??? snagglewest 3 3,514 2017-12-03, 12:48 AM
Last Post: snagglewest
  Difference between NPVR and NEWA recordings lists Bobins 4 5,211 2017-09-27, 10:16 PM
Last Post: Bobins
  Legacy NEWA stu2j 4 4,579 2017-07-19, 12:21 AM
Last Post: stu2j
  Open classic EPG in NEWA very slow Peter Ingham 11 6,999 2017-04-21, 12:35 AM
Last Post: Peter Ingham

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

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

Linear Mode
Threaded Mode