Hello @vishal1,
Please find my answers below to your questions:
1) i wanted to play a video on popup
ineed to play the video on popup in the video feed user just click and play the video on pop up
You will need to add some custom JavaScript code in your theme for this. We can share a sample code that you can refer:
jQuery( document ).ready( function () {
jQuery( document ).on('click', '.rtmedia-item-thumbnail', function(){
jQuery(this).parent().find('.rtmedia-item-title a').trigger('click');
});
});
2) need a video image insted of rt media image as like youtube and other site my user look the video image insted of the rt media default image
From your query, I found that your requirement is to have media thumbnails generated from the video while they get uploaded.
This can be done by our Transcoder
service.
You can use the free transcoder service - https://rtmedia.io/transcoder/ which will help to generate thumbnails for a video file. Here is the setting page and related document - https://rtmedia.io/docs/transcoder/#settings-page
Once you enable this service, your video will be passed to generate the thumbnails from the uploaded video.
Kindly, let us know if you have any doubts.
I hope this will help you.
Thank you,
Pranali