Best practices for audio streaming [closed]Best Way to Load Streaming Media Content in IntranetSimplecdn alternatives for progressive streamingBack up of Streaming serverServer for live audio/video streamingCosts of a professional audio streaming solutionwhich internet audio streaming server can I use?Streaming Audio VideoDesk audio streaming and shared speakers streaming options for an office?best setup for fast sustained streaming (sequential?) disk writes“Proxy” for streaming video
How is dynamic resistance of a diode modeled for large voltage variations?
Is there any mention of ghosts who live outside the Hogwarts castle?
How to play vs. 1.e4 e5 2.Nf3 Nc6 3.Bc4 d6?
Why was Harry at the Weasleys' at the beginning of Goblet of Fire but at the Dursleys' after?
Keeping the dodos out of the field
Do 'destroy' effects count as damage?
How can sister protect herself from impulse purchases with a credit card?
Managing heat dissipation in a magic wand
Filter a file list against an integer array?
Existence of a model of ZFC in which the natural numbers are really the natural numbers
If the Charles SSL Proxy shows me sensitive data, is that data insecure/exposed?
Why is there no current between two capacitors connected in series?
If you attack a Tarrasque while swallowed, what AC do you need to beat to hit it?
Separate the element after every 2nd ',' and push into next row in bash
why "American-born", not "America-born"?
Department head said that group project may be rejected. How to mitigate?
Parse a C++14 integer literal
Is being an extrovert a necessary condition to be a manager?
How to safely discharge oneself
Statue Park: Five
What is this dime sized black bug with white on the segments near Loveland Colorodao?
Germany rejected my entry to Schengen countries
Why "strap-on" boosters, and how do other people say it?
Best practice for printing and evaluating formulas with the minimal coding
Best practices for audio streaming [closed]
Best Way to Load Streaming Media Content in IntranetSimplecdn alternatives for progressive streamingBack up of Streaming serverServer for live audio/video streamingCosts of a professional audio streaming solutionwhich internet audio streaming server can I use?Streaming Audio VideoDesk audio streaming and shared speakers streaming options for an office?best setup for fast sustained streaming (sequential?) disk writes“Proxy” for streaming video
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
What are the best practices for reasonably-performant audio streaming user uploaded content on a website?
I understand just putting MP3 in a SQL-like database is a bad idea. There are ways to just upload those files to a directory but that might not be best for streaming content.
Would something like Redis which acts as an in-memory key value store be adequate to reasonably quickly serve streaming music?
Any pointers to additional reading would be helpful, thanks!
redis streaming
closed as off-topic by Iain, womble♦ May 8 at 2:37
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Iain, womble
add a comment |
What are the best practices for reasonably-performant audio streaming user uploaded content on a website?
I understand just putting MP3 in a SQL-like database is a bad idea. There are ways to just upload those files to a directory but that might not be best for streaming content.
Would something like Redis which acts as an in-memory key value store be adequate to reasonably quickly serve streaming music?
Any pointers to additional reading would be helpful, thanks!
redis streaming
closed as off-topic by Iain, womble♦ May 8 at 2:37
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Iain, womble
2
That's not even what redis does!
– Michael Hampton♦
May 7 at 19:56
Sorry, new to this sort of thing! It's an in memory key value store, so theoretically couldn't it host an MP3 and serve it to users on request?
– joeyfb
May 7 at 19:58
1
No, because it isn't a web server. You still need one of those.
– Michael Hampton♦
May 7 at 21:15
add a comment |
What are the best practices for reasonably-performant audio streaming user uploaded content on a website?
I understand just putting MP3 in a SQL-like database is a bad idea. There are ways to just upload those files to a directory but that might not be best for streaming content.
Would something like Redis which acts as an in-memory key value store be adequate to reasonably quickly serve streaming music?
Any pointers to additional reading would be helpful, thanks!
redis streaming
What are the best practices for reasonably-performant audio streaming user uploaded content on a website?
I understand just putting MP3 in a SQL-like database is a bad idea. There are ways to just upload those files to a directory but that might not be best for streaming content.
Would something like Redis which acts as an in-memory key value store be adequate to reasonably quickly serve streaming music?
Any pointers to additional reading would be helpful, thanks!
redis streaming
redis streaming
edited May 9 at 16:55
joeyfb
asked May 7 at 19:48
joeyfbjoeyfb
994
994
closed as off-topic by Iain, womble♦ May 8 at 2:37
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Iain, womble
closed as off-topic by Iain, womble♦ May 8 at 2:37
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – Iain, womble
2
That's not even what redis does!
– Michael Hampton♦
May 7 at 19:56
Sorry, new to this sort of thing! It's an in memory key value store, so theoretically couldn't it host an MP3 and serve it to users on request?
– joeyfb
May 7 at 19:58
1
No, because it isn't a web server. You still need one of those.
– Michael Hampton♦
May 7 at 21:15
add a comment |
2
That's not even what redis does!
– Michael Hampton♦
May 7 at 19:56
Sorry, new to this sort of thing! It's an in memory key value store, so theoretically couldn't it host an MP3 and serve it to users on request?
– joeyfb
May 7 at 19:58
1
No, because it isn't a web server. You still need one of those.
– Michael Hampton♦
May 7 at 21:15
2
2
That's not even what redis does!
– Michael Hampton♦
May 7 at 19:56
That's not even what redis does!
– Michael Hampton♦
May 7 at 19:56
Sorry, new to this sort of thing! It's an in memory key value store, so theoretically couldn't it host an MP3 and serve it to users on request?
– joeyfb
May 7 at 19:58
Sorry, new to this sort of thing! It's an in memory key value store, so theoretically couldn't it host an MP3 and serve it to users on request?
– joeyfb
May 7 at 19:58
1
1
No, because it isn't a web server. You still need one of those.
– Michael Hampton♦
May 7 at 21:15
No, because it isn't a web server. You still need one of those.
– Michael Hampton♦
May 7 at 21:15
add a comment |
1 Answer
1
active
oldest
votes
Just because you can stuff a few MB into an object in a in-memory datastore, doesn't mean it is a good idea. Persistence, the size of the media library relative to your RAM, scalability to many clients, and random access for seeking are all issues.
Research open source CDNs and broadcasting software and study how they do it.
Thanks for the reply to what I'm sure seemed a silly question. Never thought much about media streaming before so just knowing a few terms gives me a good place to start
– joeyfb
May 7 at 21:36
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just because you can stuff a few MB into an object in a in-memory datastore, doesn't mean it is a good idea. Persistence, the size of the media library relative to your RAM, scalability to many clients, and random access for seeking are all issues.
Research open source CDNs and broadcasting software and study how they do it.
Thanks for the reply to what I'm sure seemed a silly question. Never thought much about media streaming before so just knowing a few terms gives me a good place to start
– joeyfb
May 7 at 21:36
add a comment |
Just because you can stuff a few MB into an object in a in-memory datastore, doesn't mean it is a good idea. Persistence, the size of the media library relative to your RAM, scalability to many clients, and random access for seeking are all issues.
Research open source CDNs and broadcasting software and study how they do it.
Thanks for the reply to what I'm sure seemed a silly question. Never thought much about media streaming before so just knowing a few terms gives me a good place to start
– joeyfb
May 7 at 21:36
add a comment |
Just because you can stuff a few MB into an object in a in-memory datastore, doesn't mean it is a good idea. Persistence, the size of the media library relative to your RAM, scalability to many clients, and random access for seeking are all issues.
Research open source CDNs and broadcasting software and study how they do it.
Just because you can stuff a few MB into an object in a in-memory datastore, doesn't mean it is a good idea. Persistence, the size of the media library relative to your RAM, scalability to many clients, and random access for seeking are all issues.
Research open source CDNs and broadcasting software and study how they do it.
answered May 7 at 21:29
John MahowaldJohn Mahowald
10.1k1714
10.1k1714
Thanks for the reply to what I'm sure seemed a silly question. Never thought much about media streaming before so just knowing a few terms gives me a good place to start
– joeyfb
May 7 at 21:36
add a comment |
Thanks for the reply to what I'm sure seemed a silly question. Never thought much about media streaming before so just knowing a few terms gives me a good place to start
– joeyfb
May 7 at 21:36
Thanks for the reply to what I'm sure seemed a silly question. Never thought much about media streaming before so just knowing a few terms gives me a good place to start
– joeyfb
May 7 at 21:36
Thanks for the reply to what I'm sure seemed a silly question. Never thought much about media streaming before so just knowing a few terms gives me a good place to start
– joeyfb
May 7 at 21:36
add a comment |
2
That's not even what redis does!
– Michael Hampton♦
May 7 at 19:56
Sorry, new to this sort of thing! It's an in memory key value store, so theoretically couldn't it host an MP3 and serve it to users on request?
– joeyfb
May 7 at 19:58
1
No, because it isn't a web server. You still need one of those.
– Michael Hampton♦
May 7 at 21:15