I'd like to stream media at specific time intervals - a sort of online radio if you will. I'm currently using Icecast but would much rather a peer to peer solution. I see there's a proof of concept for streaming on the Swarm roadmap but not much context around it.
Does the "holy trinity" (Ethereum, Swarm and Whisper) support multimedia streaming?
533 Views Asked by Adam Soffer At
2
There are 2 best solutions below
1
Viktor Trón
On
well as @coborsism says simple streaming is possible with swarm out of the box.
The roadmap item is referring to a project still very much in research stage, that will combine efficient multicast routing and adaptive bitrate encoding (e.g, MDASH, RT(S)P) to provide live one-to-many broadcast support for swarm.
A little bit more context is https://gist.github.com/zelig/74b3486bcd5523a0b61e12d804d3c00d and mention in my devcon2 slides http://swarm-gateways.net/talks/amsterdam-2016-09-07/web3.pdf
If your content is not live, the issue is much less problematic, broadcasting at a specific time then just requires timed release of your content's address and/or providing decrtyption keys. Both easily managed outside of swarm.
Related Questions in VIDEO-STREAMING
- Image based steganography that survives resizing?
- Strange picture noise at the beginning of live stream
- Android: Video Player Like Dailymotion App
- Cloudfront stream only part of the video
- Realtime/zero-latency video stream: what codec parameters to use?
- How to toggle mjpg_streamer on and off
- Cam streaming Flash client/widget
- ffserver - invalid codec name libvpx
- Only play rtsp video using VideoView or MediaPlayer after 3 minutes or more
- Why so many partial content requests in Firefox when streaming mp4 video on Apache?
- IIS 8 video streaming concurrency
- Why segment files into chunks for HTTP streaming?
- Error being thrown by ffmpeg and ffserver, not getting a stream
- How to send HTTP chunked response to emulate a video stream using Proxygen and Folly?
- Youtube Stats for Nerds: What does the (137/140) behind "DASH: yes" stand for?
Related Questions in AUDIO-STREAMING
- Android receive RTP/UDP audio stream from VLC/ffmpeg
- listen to RTP audio stream on iOS
- How do I record my voice and make it a file in java?
- can we stream audio using corebluetooth technology to multiple ios devices?
- Kernel Streaming User Mode driver
- Streaming songs from pc
- What is the Output of a fftLeft array after applying FFTDb function to a waveLeft array C# .Frequencies, or something else?
- windows phone 8.1 microphone line in audio streaming
- understanding audio player and post back of web page
- Windows Get Device Properties
- Stream and loop MS ADPCM (WAVE_FORMAT_ADPCM)
- Icecast call auth url when any source is mounted or unmounted?
- NAudio - Stream audio outward in realtime via RTP
- Naudio - Play byte array and store bytes from input
- How to send PCM Raw Audio Data to server using socket and get back PCM Raw Audio Data and play audio file in iOS?
Related Questions in P2P
- A P2P application with Python
- Peer to Peer Communication without Server in iPhone
- Support P2P in Netty or Mina?
- Native Real Time Communication alternatives to WebRTC
- difference between p2p and client-server node design
- Implementing XOR-MAPPED-ADDRESS attribute on STUN server
- RTMFP / peer-to-peer over public Internet
- MQTT as a centralized communication protocol
- Android - Sending intent over mobile network
- ionic client to server sync and client to client sync
- Can you connect UWP apps peer-to-peer?
- Does the "holy trinity" (Ethereum, Swarm and Whisper) support multimedia streaming?
- How is SIP scaled for high load?
- JXTA on internet
- Cherry pick peers using Rasterbar libtorrent in Python
Related Questions in BLOCKCHAIN
- Blockchain receive API with same address
- panic: runtime error: invalid memory address or nil pointer dereference when running Blockchainr
- Cannot "Query" hyperledger-fabric, error code -32003
- Why is transactions not always record to the block? - Blockchain PBFT
- Hyperledger on Bluemix: Failed to launch chaincode spec(Could not get deployment transaction
- Connect to Multichain network using aws EC2
- Deploying Ethereum Private Network
- Does the "holy trinity" (Ethereum, Swarm and Whisper) support multimedia streaming?
- Hyperledger Fabric v0.6 using Docker Toolbox
- What is the ibm bluemix blockchain port for events?
- Unable to deploy Hyperledger Java chaincode via Github
- How to accurately measure the effort required to reduce a λ-term?
- IBM Blockchain (Hyperledger) - "Error when deploying chaincode"
- Transaction via Blockchain API using Multiple recipients
- Computing acoustic fingerprint in a distributed manner without exposing the whole file to any participant
Related Questions in ETHEREUM
- Automatic Transfer of Token in Solidity Contract
- Not able to create accounts for Private Ethereum Blockchain using Geth and Web3 API
- Deploying Ethereum Private Network
- Uncaught ReferenceError: web3 is not defined at window.onload
- Does the "holy trinity" (Ethereum, Swarm and Whisper) support multimedia streaming?
- How to accurately measure the effort required to reduce a λ-term?
- Q: How do I add nicehash support to open-ethereum-pool for musicoin
- eth_SendTransaction - Unknown Account
- solidity - get return value of delegatecall with assembly
- Link Javascript to Solidity?
- Can I configure my truffle project to use an .ipc endpoint file instead of an ethereum RPC listener?
- Can we use mysql with ethereum?
- Monitoring Ethereum private network
- Is Ethereum wallet to wallet token exchange possible?
- How do display all the events logs from a smart contract?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can absolutely stream files over swarm.
While the routing protocol developed for swarm is likely to be abstracted out so that it can be used for any targeted data/message transfer (from one participating ethereum node to another) and this may be adaptable to streaming directly from you to your listeners, there is a simpler solution that will work right away:
The idea is that you upload your music / content ahead of time to swarm and then later release the swarm ids one at a time via a different channel, be it whisper messages or an ENS registration change. Coupled with a front-end JS app that subscribes to your feed of swarm hashes and loads the appropriate swarm content, this should make a functioning radio station even with the alpha proof-of-concept version of swarm.
good luck!