Playing around with Html5 audio element on Chromecast with the source pointing to my instance of a Subsonic music server. You can set the music server to serve over http or https. If https, the audio element won't play. I've read a whole bunch on certificates etc but still not getting to a solution. The MediaPlayer in an Android app handles this fine (without any certificate) but on Chromecast with the Html5 audio element it doesn't work. Need some direction...
Related Questions in SSL
- Django's previous settings prevent connecting to localhost
- SSL error when redirecting from one lightsail subdomain to lightsail subdomain on different account
- HTTP Requests from SSL Secured(HTTPS) Domain Failing
- Reversed TLS re-connection issue
- Nginx configuration file and SSL certificate errors in Docker
- IBM DB2 console doesn't work after SSL certificate update
- mTLS not working with FastAPI and Uvicorn
- WSO2 change localhost - ERR_CERT_AUTHORITY_INVALID
- KeyCloak Handshake causing timeout
- Python SSL Error , Server side - Client certificate verify failing with Intermediate cert - self-signed certificate in certificate chain (_ssl.c:1007)
- Apps migrated from IIS server1 to another IIS server2 stopped communicating with an App on IIS server 1 via SSL (HTTPS)
- Let Artifactory use HTTPS settings
- Even though I added my SSL certificate, I get the "not secure" error
- CST 0001 ERRO [comm.tls] ClientHandshake -> Client TLS handshake failed after 173.725µs with error EOF remoteaddress=127.0.0.1:7051
- ERR_SSL_PROTOCOL_ERROR generated using X509 certificate with Kestrel hosting in .NET 8 on Linux
Related Questions in HTML5-AUDIO
- How to Dynamically Simulate Microphone Input Using Puppeteer and Virtual Audio Devices
- Safari not playing audio files stored on google cloud
- HTML5 / WebSocket / WebRTC redirection over RDP
- Clicking the current audio button doesn't pause the previous audio that was already being played
- Is there a way to convert a blob with MIME type 'audio/wav' into a WAV file?
- iOS/Safari: Playing audio effects in web app are extremly delayed
- The HTML5 audio tag keeps pausing without being paused, and will only continue if muted. Some won't even play anymore
- Does howler have a way of notifying given an interval?
- Audio tag on Iphone (Safari)
- Is this a correct way of using the Web Audio API? (slight sound artifacts)
- Playing Blobs in html5 audio causing interruptions
- preserve phase when using WebAudio’s AnalyserNode
- set the currentTime in HTML5 audio not working properly
- How do I have audio file not display URL or Page Title on Android notification bar?
- Play and stop audio on :hover issue
Related Questions in CHROMECAST
- Chromecast times out during custom sender/receiver playback
- Is possible to cast directly .ts (transport stream) live url?
- Media Router find DEFAULT_ROUTE as Phone
- How to stop chromecast icon appearing in html5 video
- Chromecast DAI stream doesn't start sometimes with the error
- Update progressbar when casting webradio to a Chromecast
- ROUNDED_CORNERS not working in google cast sdk
- Chromecast Web Receiver - Change button location for Chromecast Google TV
- Capture Media Errors - React Native Google Cast
- Android Chromecast integration without mediaroutebutton
- Screen mirroring using ChromeCast
- Android TV Chromecast Receiver apps that can intercept Netflix as a sender app
- Configuring and debugging example project of an Android Cast TV Receiver
- How to update currently playing protected video from iOS app when casting to Chromecast?
- Chromecast With TV - Timer with Pyton?
Related Questions in SUBSONIC
- How to list a property of an entity in C# that is of list type in the front end?
- ffmpeg transcode ONLY if downsampling
- Subsonic ORM Generator Output in CHINESE
- How to Increasing the Command Timeout in CodingHorror("my sql query").Execute();
- What happens if I use `AndExpression` without `CloseExpression`
- Html5 audio on Chromecast - SSL
- Why am I getting this error after updating the VS Project
- 2Wire router port forwarding
- Subsonic and SQL Server 2014 Web Edition
- RestSharp: ItemChoice always null
- how to force Jetty to recompile jsp servlet
- Searching and streaming music from android
- Error in windows application "SubSonic.SqlQuery.ExecuteAsCollection[ListType]()"
- WCF service Exception:The formatter threw an exception while trying to deserialize the message
- Change DB server at runtime
Related Questions in GOOGLE-CAST
- Chromecast times out during custom sender/receiver playback
- How to add adbreaks to a live stream in cast receiver?
- Playing next video while casting results in an error
- Chromecast Web Receiver - Change button location for Chromecast Google TV
- Googlecast doesn't show Use Local Network dialogue
- Why do I get the console error `Invalid config, unrecognized key .streaming.jumpLargeGaps` when streaming content?
- Clear user details/credentials
- Proxy or transform a Google Cast to a DLNA (DMS) to view on Oculus Go or other devices?
- Screen mirroring using ChromeCast
- How to send media status to sender of google cast?
- Cast video to Samsung TV with Google Cast API
- How to update currently playing protected video from iOS app when casting to Chromecast?
- How to get absolute current time for LIVE dash stream from chromecast?
- How customize pairing method to cast on Google cast android tv built-in, so cannot see or listing to another user either on the same network?
- CastPlayer: How to pause at the end of a media item, not to proceed to the next
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?
Popular Tags
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)
Not gonna like this answer, but Chromecast simply won't support self-signed certs. It is built into the Chromium security model. IF you can get a cert side-loaded into the cert store, it would work (Android and Fire Tablet and TV can do this), it might help, but Chromecast (and FireStick) can't do that.