RTMP Plugin
| Project: | FlashVideo |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | dash media player, flashvideo module, red 5, rtmp streaming |
Jump to:
I am experiencing trouble in setting up this plugin...
I am using a virtual private server hosted by cirtex. Red 5 is installed on the same server as drupal.
I have a cck content type 'video' with three fields: video in, video out, and thumbnail. I have setup OpenSSH keys on the server, but because Red 5 is installed i don't think i can follow the readme.txt instructions. I enabled SMTP streaming. I am using the Dash Media Player (woohoo!).
When I create the video content type, the video converts correctly... but the thumbnail isn't posting... I am getting the following log entry:
Unknown column 'delta' in 'field list' query: INSERT INTO content_field_video_thumb (vid, nid, delta, field_video_thumb_fid, field_video_thumb_list) VALUES (451, 451, 0, 475, 0) in /home/magician/public_html/sites/all/modules/flashvideo/flashvideo.module on line 757.
The ffmpeg setting for thumbnails is:
-y -i @input -vframes 1 -ss @thumbtime -an -vcodec mjpeg -f rawvideo -s "@thumbsize" @output
The video is also not playing... I am sure the conversion worked well, but the video isnt being posted to the red 5 server which I have the filepath of: /usr/local/red/webapps/oflaDemo/
RTMP Settings on flash video are:
streaming url: rtmp://208.xxx.xxx.128/oflaDemo
streaming server address: 208.xxx.xxx.128:100
streaming server filepath: /usr/local/red/webapps/oflaDemo/streams
Please help!
Thank You!
Best Regards,
Mark

#1
:( nobody?