Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[SUPPORT] TheJF - Antennas

Featured Replies

  • Author
On 4/25/2022 at 11:55 AM, Nick980 said:

 

Thank you so much, got it working again now. Had to remove the user:pass from the tvheadend address in config as well but all seems to be working now.

Confirmed that with the last update you can go back to digest auth mode.

  • 4 months later...
  • Replies 60
  • Views 14.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • yayitazale
    yayitazale

    Sorry my mistake, you are right, the filename has to be "config.yml" not "config.yaml". I have edited the template and the post

  • Did you read the instructions?    

  • You just need to copy the "URL for Antennas" link into plex manual config and then click connect:    

Posted Images

Hi,

 

I got it correct with the config.yml

Antennas is running but Plex cannot see it. It can't see it, even with the IP address.

I have the same problem with tvhproxy. It was running fine for months but now it stops working.

So I changed to Antennas. But the same issue. tvheadend ist working fine and in the webgui I can start tv streams.

Did I miss a change in the Plex (1.28.2.6151)updates? Is it still working?

Edited by Schicksal

  • Author
12 hours ago, Schicksal said:

Hi,

 

I got it correct with the config.yml

Antennas is running but Plex cannot see it. It can't see it, even with the IP address.

I have the same problem with tvhproxy. It was running fine for months but now it stops working.

So I changed to Antennas. But the same issue. tvheadend ist working fine and in the webgui I can start tv streams.

Did I miss a change in the Plex (1.28.2.6151)updates? Is it still working?

Witch status do you have on the webui?

Status: All Systems Go





Tuner Count: 2
Channel Count: 38



Or is it a problem that I‘ve used tvhproxy?
I heard Plex is a bit picky with the DVR stuff.

  • Author
14 hours ago, Schicksal said:

Status: All Systems Go





Tuner Count: 2
Channel Count: 38



Or is it a problem that I‘ve used tvhproxy?
I heard Plex is a bit picky with the DVR stuff.

Can you post the image of how are you configuring the container?

Oh, I’m at work.
I only changed br0, fixed own IP.
Plex is running on host.
But it worked fine for months (with tvhproxy, same configuration, different fixed IP)
Didn‘t update unraid. Plex, and all the others always up to date.

  • Author
3 hours ago, Schicksal said:

Oh, I’m at work.
I only changed br0, fixed own IP.
Plex is running on host.
But it worked fine for months (with tvhproxy, same configuration, different fixed IP)
Didn‘t update unraid. Plex, and all the others always up to date.

I suspect that you have a problem with the IP assignment or the network, as you are not getting valid endpoints. You must see something like this in the WebUI:

 

imagen.png.cfbd21ba6e1e31989ebdd27f875d5188.png

I was a little frustrated and updated to 6.11
It‘s working again without any changes beside the update. [emoji2371]

  • 5 months later...

Im not sure how to make this work. I have been trying to figure it out .. but how do i make this config file and where? Like am i using unraid terminal to navigate to his directory? 
Container Path: /antennas/config or /mnt/user/appdata/antennas?

 

  • Author
6 hours ago, TransformedBG said:

Im not sure how to make this work. I have been trying to figure it out .. but how do i make this config file and where? Like am i using unraid terminal to navigate to his directory? 
Container Path: /antennas/config or /mnt/user/appdata/antennas?

 

It depens how did you configure the container template. By default, without changing the proposed directory, you must create a config.yml file in the "/mnt/user/appdata/antennas". You can do it in several ways, for example:

 

  • If you have the appdata share shared externally, you can go to "\\IP_OF_YOUR_UNRAID\appdata" in the folder explorer of your pc, create the folder "antennas" and then create the config file.
  • Using the unraid terminal: create the folder doing "mkdir /mnt/user/appdata/antennas" and then creating the file.

To create the file, again:

 

  • If you have the appdata share shared externally, you can go to "\\IP_OF_YOUR_UNRAID\appdata\antennas", right click, create new file, name it with "config.yml" and then edit it using notepad, notepad++, vscode, or whatever code editor you want.
  • Using the unraid terminal: navigate to the created folder doing "cd /mnt/user/appdata/antennas" and then "nano config.yml", it will open a dialog to put the configuration inside de file and then you can save it and close it doing crtl+o > enter > ctrl+x

 

 

Inside the file you need to insert:

 

tvheadend_url: http://user:pass@IP:port
antennas_url: http://IP:port
tuner_count: number of tuner

 

In my case for example:

 

tvheadend_url: http://my_user:[email protected]:9981
antennas_url: http://192.168.1.20:5004
tuner_count: 4

 

I hope you can now understand it.

Edited by yayitazale

  • 2 months later...

Hi,

 

I have set this up with Tvheadend and on the Antennas pannel it doesnt show any channels.

 

image.png.db33e3fa45be8a6d5d73b54a88a33957.png

 

Am I missing something?

Thanks,

Coen

  • Author
30 minutes ago, CoBrad said:

Hi,

 

I have set this up with Tvheadend and on the Antennas pannel it doesnt show any channels.

 

image.png.db33e3fa45be8a6d5d73b54a88a33957.png

 

Am I missing something?

Thanks,

Coen

Do you correctly created a user with streaming rights?

I believe so

image.thumb.png.506b27ea09a327a6b55583d9640236b9.png

  • Author
6 minutes ago, CoBrad said:

I believe so

image.thumb.png.506b27ea09a327a6b55583d9640236b9.png

Can you see the channels from another PC on the same network using that user?

 

PD: I suspect you have to change the auth type to Basic (under Config > General > Base > HTTP server settings) as there is a compatibility issue of some libraries.

Edited by yayitazale

nope all i get is 403 Forbidden

  • Author
1 minute ago, CoBrad said:

nope all i get is 403 Forbidden

Try to change the auth type of tvheadend to Basic (under Config > General > Base > HTTP server settings) as there is a compatibility issue of some libraries.

Edited by yayitazale

image.png.2a33108967e1d8f1edad4a59be9dde1d.png

do you mean plain?

 

  • Author
Just now, CoBrad said:

image.png.2a33108967e1d8f1edad4a59be9dde1d.png

do you mean plain?

 

Not sure, I'm not using this for some time ago.

i am able to login the webpannel with the login but the channel count doesn't change

  • Author
37 minutes ago, CoBrad said:

i am able to login the webpannel with the login but the channel count doesn't change

Restarting the container neither?

Restarted both and still nothing

 

image.png.476b82f4a3b9ea8410da3b95e509eecb.png

  • Author
5 hours ago, CoBrad said:

Restarted both and still nothing

 

image.png.476b82f4a3b9ea8410da3b95e509eecb.png

My working config:

 

imagen.png.b83487dffcba7afc6f388e61ffef94f7.png

  • 8 months later...

just curious what i may be doing wrong.  for some reason, the gui will show all systems go at one point, then at another point i get an undown error so i go to logs and see 403 error.  the same user and pass, i have also tried the * user with no pass and removed that from the yml.  somtimes it says 0 channels, sometime it says undefined.  

  • Author
6 hours ago, sydeburnz said:

just curious what i may be doing wrong.  for some reason, the gui will show all systems go at one point, then at another point i get an undown error so i go to logs and see 403 error.  the same user and pass, i have also tried the * user with no pass and removed that from the yml.  somtimes it says 0 channels, sometime it says undefined.  

can't help you with such little info.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.