yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
483 stars 160 forks source link

Not supporting subtitles/captions #106

Open bhartendukumar12 opened 7 years ago

bhartendukumar12 commented 7 years ago

track tag is working fine with all the video id but when i give this "videojs-panorama-player" as a video id track tag is not working and to run the video in 360 i must have to use this. Because when i change the video id from this "videojs-panorama-player" to another id track tag works fine but then video plays in 2d mode.

yanwsh commented 7 years ago

Hey, could you send a demo for 2d mode, so i can support it.

bhartendukumar12 commented 7 years ago

https://s3.ap-south-1.amazonaws.com/viyatrademo/subtitle_video2.html in the above link track tag is working but the video is not in 360 because i have changed the video id to example_video_1. and in this link https://s3.ap-south-1.amazonaws.com/viyatrademo/suggestedVideo3.html when i revert the video id back to "videojs-panorama-player" track tag is not working but its working in panaroma view

bhartendukumar12 commented 7 years ago

check the source code of the above link

bhartendukumar12 commented 7 years ago

On Mon, 3 Jul 2017 at 7:09 PM, Wensheng Yan notifications@github.com wrote:

hey, which subtitle plugin do you use?

— You are receiving this because you are subscribed to this thread.

Reply to this email directly, view it on GitHub https://github.com/yanwsh/videojs-panorama/issues/106#issuecomment-312648195, or mute the thread https://github.com/notifications/unsubscribe-auth/AYDZFs0YS0-VSyd5-LkTCsjlyRo9C8bqks5sKO8RgaJpZM4N5lZ1 .

i have not used any plugin for this , i have just used the track tag. But earlier i tried with some plugin but it was not working too. Can u give me the link which i can use.

dsushmasagar commented 6 years ago

Hey, I have similar issue on subtitles. it's is working in normal mode but it is not working in 360. Here I have example with 360. https://plnkr.co/edit/HAFVrEPnw0gt5datTkfV?p=preview How do I fix this subtitle issue in 360 mode?