2013-08-28, 01:05 AM
So I've been playing with a Plex Channel to read from the NEWA web services (I guess a similar principal to X-NEWA_ that mvallevand wrote.
Ideally I'd like any transcoding do be done at the plex side - this is being it knows the capabilities of the client requesting a video and will transcode the video accordingly.
I'm just trying to get any video to work...before trying to tackle the web services (in python - of which my knowledge is pretty low).
I grabbed a download link (which seems to return an m3u) - and then took the URL from inside this.
I've make a plex channel that has this direct video URL
So now I'm trying to get plex to transcode this, and there's been a bit of to-ing and fro-ing but have now come up upon this error
Seems plex is reporting the stream is 0 length (or something else is happening) - do you know if the response to the download request includes the length?
Are there any other options to me? A straight HTTP download? or a streamed download (not quite sure what I'm asking for here).
My final option would be to transcode it at newa - but then it would probably end up with a secondary transcode at the plex end depending on the client.
Ideally I'd like any transcoding do be done at the plex side - this is being it knows the capabilities of the client requesting a video and will transcode the video accordingly.
I'm just trying to get any video to work...before trying to tackle the web services (in python - of which my knowledge is pretty low).
I grabbed a download link (which seems to return an m3u) - and then took the URL from inside this.
I've make a plex channel that has this direct video URL
Code:
http://pvr.lan:8866/public/download.aspx?rid=_wEC3Qc*&path=_wFl&mode=1
So now I'm trying to get plex to transcode this, and there's been a bit of to-ing and fro-ing but have now come up upon this error
Code:
Length: 0 Type: video/vnd.dlna.mpeg-tts
Content length for unknown type video/vnd.dlna.mpeg-tts is invalid - aborting
Seems plex is reporting the stream is 0 length (or something else is happening) - do you know if the response to the download request includes the length?
Are there any other options to me? A straight HTTP download? or a streamed download (not quite sure what I'm asking for here).
My final option would be to transcode it at newa - but then it would probably end up with a secondary transcode at the plex end depending on the client.