The following worked with mongo shell: use video-streaming db.videos.insertOne( { "_id" : ObjectId("5d9e690ad76fe06a3d7ae416"), "videoPath" : "SampleVideo_1280x720_1mb.mp4" } )
The following worked with mongo shell:
use video-streaming
db.videos.insertOne(
{
"_id" : ObjectId("5d9e690ad76fe06a3d7ae416"),
"videoPath" : "SampleVideo_1280x720_1mb.mp4"
}
)