Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMS 1.0.0.2261 #10

Open
Unr3al2 opened this issue Jun 27, 2016 · 10 comments
Open

PMS 1.0.0.2261 #10

Unr3al2 opened this issue Jun 27, 2016 · 10 comments

Comments

@Unr3al2
Copy link

Unr3al2 commented Jun 27, 2016

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

@Unr3al2
Copy link
Author

Unr3al2 commented Sep 16, 2016

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

@cliffp
Copy link

cliffp commented Sep 17, 2016

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.

@bmentink
Copy link

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
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJp6h709ejfM1pMDXbjQyvjKrRJvaSwDks5qqzDngaJpZM4I-3Yj
.

@Unr3al2
Copy link
Author

Unr3al2 commented Sep 17, 2016

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

@cliffp
Copy link

cliffp commented Sep 17, 2016

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
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJDmyhCPVngDdiSQFiuj5TlgzXk7pGZAks5qq81agaJpZM4I-3Yj
.

Sent from Nexus

@bmentink
Copy link

bmentink commented Sep 17, 2016

@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

@cliffp
Copy link

cliffp commented Sep 17, 2016

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

@Unr3al2
Copy link
Author

Unr3al2 commented Sep 17, 2016

@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.

@cliffp
Copy link

cliffp commented Sep 17, 2016

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

@bmentink
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants