this post was submitted on 06 Aug 2024
4 points (83.3% liked)

Game Development

3269 readers
167 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 1 year ago
MODERATORS
 

I am currently working on a video game project, It's 3D, and in a particular feature where players can listen to the radio. I want to pull data from Odysee (LBRY) and a specific channel that I want to play in-game.

If I can't pull data from the network, Is there another way for me to access either music or video content without breaking a ToS.

I'm working with python if that helps.I am also new, or semi new to Python.

top 4 comments
sorted by: hot top controversial new old
[–] sleepyTonia@programming.dev 5 points 1 month ago (1 children)

Why not just have a "radio" folder where players can drop MP3 or OGG files?

[–] Synther@lemmy.zip 1 points 1 month ago (1 children)

Just a change and because I don't want to pay a license ( if thats how it works...) for music.

[–] sleepyTonia@programming.dev 6 points 1 month ago

You wouldn't be distributing anyone's copyrighted material. If anything, this is the safest and simplest route to avoid dealing with music or API licenses.

[–] RobotToaster@mander.xyz 3 points 1 month ago