function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sfdc wonderSfdc wonder 

Audio/Video files

we have a requirement,we developing one App which is  intigrated By 3rd party(Web Application).we need to push all the Video/audio files to salesforce from web application.Can any one suggest me which is best Sobject to store these files in SFDC.
i have some options in my mind
       a)files
       b)Content Version
       c)Attachment

how can play these imported videos without download in salesforce?any video playes are needed or we need to write any code for that

i think no option are available in salesforce for playing videos with out Download to local system.
Ashish_SFDCAshish_SFDC
Hi Ram, 


Videos take lot of Cloud storage which is expensive and its not a best practice to use Cloud architecture for Videos, 

Rather add the vidoes in youtube and integrate / redirect to youtube or embed the video in articles / content etc. 

See the similar dicussion below, 

https://success.salesforce.com/answers?id=90630000000gkXsAAI

https://success.salesforce.com/answers?id=90630000000gzCiAAI


How to upload videos into custom object record

http://salesforce.stackexchange.com/questions/22428/how-to-upload-videos-into-custom-object-record


Media Capture and Upload as Content Version or attachment?

http://salesforce.stackexchange.com/questions/9761/media-capture-and-upload-as-content-version-or-attachment


Try this app, 

https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000B4VTGEA3


Regards,
Ashish