TvplexendChannel.bundle icon indicating copy to clipboard operation
TvplexendChannel.bundle copied to clipboard

PMS 1.0.0.2261

Open Unr3al2 opened this issue 9 years ago • 10 comments

Hey, Streaming does not work on the new version 1.0.0.2261.

Unr3al2 avatar Jun 27 '16 08:06 Unr3al2

Finally it works. I added two lines of plug: http://prntscr.com/cisgci

Unr3al2 avatar Sep 16 '16 17:09 Unr3al2

I tried your method, and it worked, haphazardly.

What I ended up doing on top of your edit was the following (based on a working TVHeadend profile I use)

@route(PREFIX + '/{channelId}/livestream') def StreamChannel(channelId): url = '%s/stream/channel/%s?profile=webtv-h264-aac-matroska' % (Dict['url'], channelId) return Redirect(url)

the previous profile was set as "pass", and this caused issues with HTML5 player in Plex. Now all is well.

cliffp avatar Sep 17 '16 00:09 cliffp

I got around this issue by setting tvheadend user to use "matroska" profile instead of pass, that worked.

On Sat, Sep 17, 2016 at 12:14 PM, cliffp [email protected] wrote:

I tried your method, and it worked, haphazardly.

What I ended up doing on top of your edit was the following (based on a working TVHeadend profile I use)

@route(PREFIX + '/{channelId}/livestream') def StreamChannel(channelId): url = '%s/stream/channel/%s?profile=webtv-h264-aac-matroska' % (Dict['url'], channelId) return Redirect(url)

the previous profile was set as "pass", and this caused issues with HTML5 player in Plex. Now all is well.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pgaubatz/TvplexendChannel.bundle/issues/10#issuecomment-247735957, or mute the thread https://github.com/notifications/unsubscribe-auth/AJp6h709ejfM1pMDXbjQyvjKrRJvaSwDks5qqzDngaJpZM4I-3Yj .

bmentink avatar Sep 17 '16 00:09 bmentink

When choosing the encoding matroska twice the transcoding process. You need to change the application to the EMBY, because that's where everything works.

Unr3al2 avatar Sep 17 '16 11:09 Unr3al2

When choosing 'pass', what is the method for handling the stream selected? If it is passed to Plex to be handled, Plex isn't exactly handling the streams correctly; they've been "broken" for what seems to be a while.

EdIt: email cut off the last of your reply. What do you mean by EMBA?

On Sat, Sep 17, 2016, 8:22 PM Unr3al2 [email protected] wrote:

When choosing the encoding matroska twice the transcoding process.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pgaubatz/TvplexendChannel.bundle/issues/10#issuecomment-247764030, or mute the thread https://github.com/notifications/unsubscribe-auth/AJDmyhCPVngDdiSQFiuj5TlgzXk7pGZAks5qq81agaJpZM4I-3Yj .

Sent from Nexus

cliffp avatar Sep 17 '16 11:09 cliffp

@Unr3al2 Your English is very poor, can't understand you ... This plugin is for PLEX not EMBY, please keep the comments on topic ..

@cliffp EMBY is an alternative media server like PLEX

bmentink avatar Sep 17 '16 20:09 bmentink

Oh I gotcha now. Im a lifetime Plex pass member, not using EMBY only for TV. All of my friends and family would need to change too, so that's a no-go

cliffp avatar Sep 17 '16 20:09 cliffp

@bmentink: My English is poor. Sorry. To version 1.0 plugin worked fine. Transcoding web-tv-h264-aac-matroska and later in the plex is pointless.

Unr3al2 avatar Sep 17 '16 22:09 Unr3al2

It's only pointless if it doesn't work :) I am going to try and use nvenc after the current games on TV are over. I'd much rather use hevc nvenc

cliffp avatar Sep 17 '16 22:09 cliffp

Let us know how you get on ..

I take it by his silence, that the author is no longer supporting this plugin? ;) @pgaubatz Patrick you around?

bmentink avatar Sep 18 '16 02:09 bmentink