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

Add own online sources #116

Open
george-roussos opened this issue Aug 10, 2023 · 6 comments
Open

Add own online sources #116

george-roussos opened this issue Aug 10, 2023 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@george-roussos
Copy link

Hello and thanks for this wonderful app!

Is there a way the end user can add their own remote sources? I thought it would be nice if we could provide a path to a .JSON file a la this and then the app can stream them. Thanks again!

@george-roussos george-roussos added the enhancement New feature or request label Aug 10, 2023
@theothernt
Copy link
Owner

Yes, this is the plan at some point.

I've always found text entry on Android TV to be awkward so I've tried to avoid situations where the user has to enter a lot of information. That said, it would be nice to have the ability to add video feeds - and not just for the list of videos, but the fact that the video manifest files also contain descriptions, etc.

Also, I might add local support, meaning that if you a) download all the videos and b) place the manifest (manifest.json or videos.json etc) inside the same folder, Aerial Views could pick that up and show descriptions for those videos.

@pbvdven
Copy link

pbvdven commented Aug 12, 2023

Could it also be possible to use a own live stream url so i can use my security camera bridsview stream as screensaver. I use this for streaming my camera feed https://github.com/AlexxIT/go2rtc

@theothernt
Copy link
Owner

Could it also be possible to use a own live stream url so i can use my security camera bridsview stream as screensaver. I use this for streaming my camera feed https://github.com/AlexxIT/go2rtc

Yes, that should be possible if go2rtc if configured to output a video stream or format that ExoPlayer supports eg. MP4 or HLS.

Be aware - if you have 2 videos streams, Aerial Views play the first stream forever as the stream doesn't end. Use the option Settings > Playlist > Limit video length to skip to the next stream after 30 seconds, for example.

Also, just curious, can go2rtc combine the streams of multiple cameras into one?

@pbvdven
Copy link

pbvdven commented Aug 13, 2023

No i use frigate for that they have a option called birdview it combines all the cameras into one stream. You can show them all at once in squares or in cycle. Okay thanks im going to try setting it up. Can you give any direction where i can put the stream url im only seeing local file or samba as an option. Thanks

@theothernt
Copy link
Owner

Okay thanks im going to try setting it up. Can you give any direction where i can put the stream url im only seeing local file or samba as an option. Thanks

Apologies - I didn't explain properly. The feature hasn't been made yet, I'm just asking questions to try and figure out how people will expect to use it.

It might be possible for me to make a test version of the feature in the next week or two.

@pbvdven
Copy link

pbvdven commented Aug 17, 2023

Aha that explains a lot. a test version would be great if i can be of any help let me know. Thanks

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

No branches or pull requests

3 participants