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

telly as an HD Homerun transcoder? #287

Open
syadnom opened this issue Nov 6, 2021 · 4 comments
Open

telly as an HD Homerun transcoder? #287

syadnom opened this issue Nov 6, 2021 · 4 comments

Comments

@syadnom
Copy link

syadnom commented Nov 6, 2021

My ultimate goal here is to use a proxy between HDHome Run tuners to transcode to h.265. I can't find examples of how to do something like this with telly.

The target is Channels DVR, but I want a single 'tuner' to show up with h.265 streams that multiple channels instances can be pointed at. HDHomeruns are offering up mpeg2 ts streams which are huge and I'm wanting multiple Channels DVR systems to access the tuner over some low speed links.

Anyone do such a thing or offer some advice/guide on how to massage telly to do this?

@chazlarson
Copy link
Contributor

chazlarson commented Nov 6, 2021

This is well outside anything telly does. Telly pretends to be an HDHomerun using an m3u file as input, it doesn't communicate or work with HDHomerun devices.

@syadnom
Copy link
Author

syadnom commented Nov 6, 2021

I still need the video to present as an HDHomeRun. I have this sort of working using a channels dvr as the 'source', then telly looking at that input and then a second channels DVR with telly as the HDHR. I'm using ffmpeg in telly but haven't recompiled with any transcoding bits in the command just yet. I've been messing with creating an m3u file with the hdhr stream as the source but haven't quite nailed the extra exif bits to make it look like a tuner channel.

@syadnom
Copy link
Author

syadnom commented Nov 7, 2021

Actually, I have it kind of working.
M3U file pointing to the HDHR stream:
#EXTM3U
#EXTINF:-1 group-title=HDHomerun",2.1
http://10.39.40.68:5004/auto/v2.1

hosted on apache, telly using that as a source, input into plex and it 'works'. It's a bit laggy and choppy so I'm not sure where the trouble is there just yet.

@chazlarson
Copy link
Contributor

Interesting Idea.

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

2 participants