Opened 8 years ago
Last modified 4 years ago
#13022 assigned bug
MediaPlayer network streaming bugs and enhancements
Reported by: | vidrep | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/MediaPlayer | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This ticket is intended as a place to gather together any bugs or suggested enhancements to the MediaPlayer network streaming infrastructure.
Attachments (3)
Change History (13)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
A General System Error occurs with MediaPlayer under the following circumstance:
MediaPlayer->Settings...->Play mode->Automatically start playing (checked) Open network stream Quit MediaPlayer Launch MediaPlayer from the Applications menu The file " could not be opened, Error: General system error (attached screenshot1.png)
by , 8 years ago
Attachment: | screenshot1.png added |
---|
comment:3 by , 8 years ago
The same error can be invoked by playing any audio file Quit MediaPlayer Move the previously played file from its former location MediaPlayer tries to automatically play it, can't find it, and gives a General System Error
comment:4 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 8 years ago
Using the new "Radio" app by Fishpond. Since it relies on the streaming feature, I'll post bugs here until instructed otherwise Two crashes while switching stations Debug reports attached
by , 8 years ago
Attachment: | Radio-1818-debug-25-03-2017-19-25-40.report added |
---|
comment:6 by , 8 years ago
patch: | 0 → 1 |
---|
by , 8 years ago
Attachment: | Radio-2125-debug-25-03-2017-20-41-23.report added |
---|
comment:7 by , 8 years ago
patch: | 1 → 0 |
---|
comment:8 by , 8 years ago
I hope that is the right place.
Well, I am unable to play a stream url with MediaPlayer using the command line [1]
With local files is quite easy:
~> MediaPlayer /path/to/mediafile/media.mp4
If I attempt to do the same with a video url, eg:
~> MediaPlayer http://url/to/mediafile/media.mp4
Nothing will happen: I have to open MediaPlayer, click on "Open network stream" and manually insert the URL in "Stream URL", but I'd wish to achieve this from the command line (and so using a shell script)
[1]: https://discuss.haiku-os.org/t/mediaplayer-play-url-stream-from-command-line/5523
comment:9 by , 6 years ago
Owner: | changed from | to
---|
comment:10 by , 4 years ago
Possibly related to comment 1: Try playing a local file, then File > Open network stream... . MediaPlayer will never start playing the stream.
I'll try this with the console open later.
MediaPlayer settings - if "automatically start playing" is unchecked MP will not start streaming. MP should acquire the stream and start playing when the "Play" button is activated in this case.