Opened 16 years ago
Closed 14 years ago
#8206 closed Patch - Feature (Won't Fix)
Pseudostreaming for Mythweb
| Reported by: | Owned by: | Rob Smith | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | Plugin - MythWeb | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by )
Thank you for these patches, however we have taken a different route, and built a transcoding interface interface into the backend through the Services API. The existing flash streaming code is due to be scrapped, replaced by something that supports this new API.
See 7e1a77063
Attachments (10)
Change History (22)
by , 16 years ago
| Attachment: | pseudostreaming.patch added |
|---|
by , 16 years ago
| Attachment: | flowplayer.mythpseudostreaming.swf added |
|---|
by , 16 years ago
| Attachment: | flowplayer.mythpseudostreaming.tar.bz2 added |
|---|
comment:1 by , 16 years ago
| Type: | enhancement → patch |
|---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
| Ticket locked: | set |
|---|
Brandon, please read the ticket howto. Trac is not the place to come to get support for code we haven't reviewed or applied.
by , 16 years ago
| Attachment: | flowplayer-3.1.5.swf added |
|---|
by , 16 years ago
| Attachment: | flowplayer.controls-3.1.5.swf added |
|---|
by , 16 years ago
| Attachment: | pseudostreaming.3.patch added |
|---|
by , 16 years ago
| Attachment: | pseudostreaming.4.patch added |
|---|
comment:5 by , 15 years ago
| Status: | new → assigned |
|---|
comment:6 by , 15 years ago
| Milestone: | unknown → 0.25 |
|---|
comment:8 by , 15 years ago
Modified this ticket a little further to handle in progress recordings, and seeking beyond the current EOF.
The attached diff is for stream_flv.pl against 0.23-fixes and includes the original diffs of this ticket for this file. Assume all other modifications have been made in pseudostreaming.4.patch
comment:9 by , 14 years ago
| Type: | patch → Patch - Feature |
|---|---|
| Version: | unknown → Unspecified |
follow-up: 11 comment:10 by , 14 years ago
I have been using some kind of a hack of this script to make it work in trunk. I have changed it somewhat to get rid of the "tail" command and rather use the pretty good command line argument for ffmpeg "-ss" that takes ".$start" to seek to the right place. This allows me to use this feature in recordings that are not MPEG2 but anything that ffmpeg supports. It also allows me to not use the "seektable", reducing the database access by a bit. Any interest in using this solution? my "hacked" version of stream_flv.pl at https://gist.github.com/1278201
by , 14 years ago
| Attachment: | 2011-10-13_mythpseudostreming_0.25-trunk.tar.gz added |
|---|
modified patches for pseudostreaming against current trunk
comment:11 by , 14 years ago
I attached my current tested modified patches against trunk. After applying these patches you just need to copy the file flowplayer.mythpseudostreaming.swf to mythweb/js/libs/flowplayer/ and then will be able to skip to any place in the video.
comment:12 by , 14 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → Won't Fix |
| Status: | assigned → closed |

I couldn't get this to work under 0.23 running lighttpd. I applied the patch, and added the plugin, and ignored the tar file. When I open the details page, I get a blank flowplayer box, no error, no control bar. Which version of flowplayer are you running? I'm still using the stock 3.1.1.