I need help with vbulletin trying to upload video but video just dont play

Discussion in 'Programming' started by Kerdsteam, Dec 16, 2020.

  1. #1
    I need help with vbulletin trying to upload video but video just dont play cant even push play...

    i using this code in postbit attachment.. it works for porn videos i upload them and i can push play no problems . but if i try to push play etc.. tv show or movie it just wont let me!

    <vb:if condition="$attachment[attachmentextension] == mp4">
    <video width="620" height="540" controls>
    <source src="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&amp;d={vb:raw attachment.dateline}" type="video/mp4">
    <source src="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&amp;d={vb:raw attachment.dateline}" type="video/ogg">
    Your browser does not support the video tag.
    </video>
    </vb:if>
     

    Attached Files:

    Kerdsteam, Dec 16, 2020 IP