Play subtitle on online streaming movies

67,948

Solution 1

I had the same problem and then come up with an open-source cross-platform subtitle player, Penguin Subtitle Player. It works in the same way as greenfish but it works well also on Linux and OSX so one can play srt files on top of a web browser (or whatever).

Solution 2

The answer to your question is actually VLC, it indeed shows subtitles on streaming videos.

Just add the streaming video address by going to Media > Open Network Stream and then follow these steps:

  • Click Play to start reproducing the video
  • Right click in the video and select Subtitle > Open File...
  • Browse the file system to the appropriate .sub file and click Open

Subtitles should then appear.


EDIT:

VLC will play the stream if it has access to the real URL of the video, which is not so obvious on all websites. To get the proper URL stream, take a look at the answers under this question. To just start a video in an external player like VLC (using a Firefox addon that finds the proper URL), take a look at this answer here.

VLC will even download the subtitles for you - look at this answer.

Solution 3

When the automatic search of subtitle of your player don't work for wished language, go to http://opensubtitle.org.

You always got the syncronized subtitle for the right CODEC of stream. This is the repository used by Popcorn-Time service.

Just load on VLC as explained above.

Solution 4

Okay i will answer this myself ;)

Player like GreenFish subtitle player

Well i didn't find any other player like greenfish on Ubuntu but you can still run greenfish in Ubuntu using wine.

for those of you who don't know what is wine:

Wine is a free and open source software application that aims to allow applications designed for Microsoft Windows to run on Unix-like operating systems

Using this you can run greenfish or any other player like Titledrome to play subtitles on top of your browser.

See this for wine installation and configuration : Wine

Easiest Way

As @Luís de Sousa mentioned you can use VLC player. Read Above answer

Solution 5

You should definitely give Substital a try.

It is a browser extension I created for Chrome and Firefox that will let you add subtitles on online streaming movies. I am myself using it on Ubuntu.

It's easier than VLC since you won't have to worry about finding the stream URL. If the video player on the web page is supported (and it supports many common video players used in streaming), then it's just easy! Once it is loaded in the video, you can directly search and load your subtitles from it. If needed you can even synchronize your subtitles with a slider, in live, while watching.

Share:
67,948

Related videos on Youtube

ansuman
Author by

ansuman

Hi.

Updated on September 18, 2022

Comments

  • ansuman
    ansuman over 1 year

    I want a player which can play subtitles while I am watching online movies.

    I have tried VLC network streaming. It's not happening.

    Well, there is a Windows app called Greenfish Subtitle Player, which allows me to play subtitles on top of my browser, but it is not available for Ubuntu. Is there any software like this ?

    Edit: I have found a similar question but it is from 2012 and doesn't quite fit my requirement: Subtitle players like Greenfish.

    • Luís de Sousa
      Luís de Sousa about 10 years
      VLC actually fits your requirements (see the answer below). You might be experiencing a particular issue with the software that may need a dedicated question, or better still, a bug report.
    • ansuman
      ansuman about 10 years
      thanks for your response. But i was wondering if there was any "subtitle-player like Greenfish Player" and since there can some overhead works while playing online videos on vlc i would prefer it to be simple.
    • Luís de Sousa
      Luís de Sousa about 10 years
      Could you please explain what you mean by "overhead works while playing online videos"?
    • ansuman
      ansuman about 10 years
      sorry i have explained this overhead below your answer.
    • Admin
      Admin over 9 years
      VLC is the real solution if you take a closer look at it. Greenfish is in windows and not that reliable. I have edited the VLC answer with the links you need to add the proper stream address to VLC and possibly to other external players that also support subtitles (tested in Windows with PotPlayer, MPC, etc you may want to try SMPlayer in linux). VLC would also download the subs for you.
  • ansuman
    ansuman about 10 years
    Exactly !! this is the very first thing i did. But it seems vlc just kept ignoring my demands just like my boss.
  • ansuman
    ansuman about 10 years
    to be precise when i add a link to a open network Stream in vlc and play.Nothing happens. It works fine for certain websites but not for all.
  • Luís de Sousa
    Luís de Sousa about 10 years
    If you found a bug with the software then file a bug report.
  • Admin
    Admin over 9 years
    This is the best answer, because VLC (and other players) will administer much better subs than Greenfish. VLC will even download subs for you. Even when VLsub addon gives an error the sub is in fact downloaded. VLC will play the URL stream on the condition that somebody sends that to it. as you said, that does not happen all the time. to solve this, take a look here and (my favourite) here.
  • Carson Ip
    Carson Ip almost 9 years
    please check my answer for an updated solution in 2015.
  • Carson Ip
    Carson Ip almost 9 years
    I know the exact problem of @ansuman and I have came out with the best solution now. Please check my answer.