This topic is locked

Phprunner 9.8 video streaming issue

7/2/2019 5:37:49 AM
PHPRunner General questions
A
Abhijeet author

Hello Team,
I have a field varchar for saving and uploading video file name, the file is getting uploaded well, as i have selected file/image as edit type, and view as is set to be video. I have not tick the "this is a video url" But when i run the page, it is showing me the video box with a right arrow but it is not playing the video, it is showing error as"#11 Invalid Stream type and/or streamserver settings for" error.
Please let me know what am i doing wrong.
Kind Regards

O
Olav 7/2/2019

Hi. Have you tried to set field type to MEDIUMTEXT? Maybe your video-file is to large for the VARCHAR fieldtype.

Rembember to backup you database before you do this, if you have valuable data in it.
Link to manual: https://xlinesoft.com/phprunner/docs/edit_as_settings_file_image.htm

Sergey Kornilov admin 7/2/2019

Maybe video file is not supported or wasn't uploaded? Hard to tell based solely on this info.

A
Abhijeet author 7/2/2019



Maybe video file is not supported or wasn't uploaded? Hard to tell based solely on this info.


Hi Sergey,
Thanks for replying. I am using oracle and the field is varchar2, I am able to upload the file properly and when i go in database i can see the filename is properly accomodating the upload text, I have tried almost all file types for uploads like flv, mp4,3gp, avi but no luck all are showing same error. I can see the arrow in the list page, when i click arrow the file is not playing. There is not much documentation for videos available, i have followed the documentation which is available for videos from your system help file.
As I see it in the files folder as well the files are physically there suffixed by unusual characters as per your system logic creating uniqueness of the file and is working properly.
Please guide.
Thanks in advance.

lefty 7/3/2019



Hi Sergey,
Thanks for replying. I am using oracle and the field is varchar2, I am able to upload the file properly and when i go in database i can see the filename is properly accomodating the upload text, I have tried almost all file types for uploads like flv, mp4,3gp, avi but no luck all are showing same error. I can see the arrow in the list page, when i click arrow the file is not playing. There is not much documentation for videos available, i have followed the documentation which is available for videos from your system help file.
As I see it in the files folder as well the files are physically there suffixed by unusual characters as per your system logic creating uniqueness of the file and is working properly.
Please guide.
Thanks in advance.


Try using Basic Upload Control first , to see if it works . This way the link to the file will not change. Then we know it's a link issue with added characters in advanced upload control.

Also I think if you are using mysql it should be Mediumtext field.

jadachDevClub member 7/4/2019

Video files typically require a MIME Type added to your server to play properly