How to play live streaming videos in html5 using video element?Streaming via RTSP or RTP in HTML5Converting video to HTML5 ogg / ogv and mpg4HTML5 live streamingLive streaming video in HTML5how to play live stream video in android browser?How can I play Apple HLS live stream using html5 video tagStreaming .mp4 video using Red5 oflaDemo and video tagHow to convert a set of flv frames to flv video stream?Best approach to real time http streaming to HTML5 video clientHTML5 <video> tag: RTMP streaming without Flash?

Why are examinees often not allowed to leave during the start and end of an exam?

Two palindromes are not enough

How do pure functions differ from functions defined with SetDelayed?

What are the children of two Muggle-borns called?

How does mmorpg store data?

Installed software from source, how to say yum not to install it from package?

Why will we fail creating a self sustaining off world colony?

Have any large aeroplanes been landed — safely and without damage — in locations that they could not be flown away from?

Why isn't UDP with reliability (implemented at Application layer) a substitute of TCP?

Is it OK to throw pebbles and stones in streams, waterfalls, ponds, etc.?

Why should I allow multiple IPs on a website for a single session?

Is this house-rule removing the increased effect of cantrips at higher character levels balanced?

How did they film the Invisible Man being invisible, in 1933?

Why did the Apple //e make a hideous noise if you inserted the disk upside down?

A* pathfinding algorithm too slow

Is my guitar action too high or is the bridge too high?

Early 2000s movie about time travel, protagonist travels back to save girlfriend, then into multiple points in future

What election rules and voting rights are guaranteed by the US Constitution?

Did the Russian Empire have a claim to Sweden? Was there ever a time where they could have pursued it?

How do I present a future free of gender stereotypes without being jarring or overpowering the narrative?

Can dual citizens open crypto exchange accounts where U.S. citizens are prohibited?

A quine of sorts

Tikz, loop not appearing

Tricolour nonogram



How to play live streaming videos in html5 using video element?


Streaming via RTSP or RTP in HTML5Converting video to HTML5 ogg / ogv and mpg4HTML5 live streamingLive streaming video in HTML5how to play live stream video in android browser?How can I play Apple HLS live stream using html5 video tagStreaming .mp4 video using Red5 oflaDemo and video tagHow to convert a set of flv frames to flv video stream?Best approach to real time http streaming to HTML5 video clientHTML5 <video> tag: RTMP streaming without Flash?













0















I am trying to play live streaming videos in html5. I have tried red5 server to subscribe the video and it worked well. but the problem is, It is playing using flash in browser. I want to play the video in html5 video tag without using flash support.
Note: Live streaming format is flv.



Can anyone guide me with the best option to do this?
Thanks in advance.










share|improve this question


























    0















    I am trying to play live streaming videos in html5. I have tried red5 server to subscribe the video and it worked well. but the problem is, It is playing using flash in browser. I want to play the video in html5 video tag without using flash support.
    Note: Live streaming format is flv.



    Can anyone guide me with the best option to do this?
    Thanks in advance.










    share|improve this question
























      0












      0








      0








      I am trying to play live streaming videos in html5. I have tried red5 server to subscribe the video and it worked well. but the problem is, It is playing using flash in browser. I want to play the video in html5 video tag without using flash support.
      Note: Live streaming format is flv.



      Can anyone guide me with the best option to do this?
      Thanks in advance.










      share|improve this question














      I am trying to play live streaming videos in html5. I have tried red5 server to subscribe the video and it worked well. but the problem is, It is playing using flash in browser. I want to play the video in html5 video tag without using flash support.
      Note: Live streaming format is flv.



      Can anyone guide me with the best option to do this?
      Thanks in advance.







      html5 flash video red5 flv






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 25 at 15:35









      SabsSabs

      7731 gold badge13 silver badges37 bronze badges




      7731 gold badge13 silver badges37 bronze badges




















          2 Answers
          2






          active

          oldest

          votes


















          1














          You can use alternatives for flash player using third party player such as JW player, SublimeVideo, VideoJS, etc.



          I would also look into html5_rtsp_player if you are looking for non http based protocol. (https://github.com/Streamedian/html5_rtsp_player)






          share|improve this answer























          • Thanks I will check it

            – Sabs
            Apr 5 at 7:46


















          1














          Since HTML5 video does not support .flv at this time (or probably ever), you should use a post-processor (if recording to flv on Red5) to convert to .mp4 using ffmpeg. This will alleviate the unsupported container issue.






          share|improve this answer























          • Thanks I will check it

            – Sabs
            Apr 5 at 7:47













          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55341366%2fhow-to-play-live-streaming-videos-in-html5-using-video-element%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          You can use alternatives for flash player using third party player such as JW player, SublimeVideo, VideoJS, etc.



          I would also look into html5_rtsp_player if you are looking for non http based protocol. (https://github.com/Streamedian/html5_rtsp_player)






          share|improve this answer























          • Thanks I will check it

            – Sabs
            Apr 5 at 7:46















          1














          You can use alternatives for flash player using third party player such as JW player, SublimeVideo, VideoJS, etc.



          I would also look into html5_rtsp_player if you are looking for non http based protocol. (https://github.com/Streamedian/html5_rtsp_player)






          share|improve this answer























          • Thanks I will check it

            – Sabs
            Apr 5 at 7:46













          1












          1








          1







          You can use alternatives for flash player using third party player such as JW player, SublimeVideo, VideoJS, etc.



          I would also look into html5_rtsp_player if you are looking for non http based protocol. (https://github.com/Streamedian/html5_rtsp_player)






          share|improve this answer













          You can use alternatives for flash player using third party player such as JW player, SublimeVideo, VideoJS, etc.



          I would also look into html5_rtsp_player if you are looking for non http based protocol. (https://github.com/Streamedian/html5_rtsp_player)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 25 at 16:09









          Byung KimByung Kim

          164 bronze badges




          164 bronze badges












          • Thanks I will check it

            – Sabs
            Apr 5 at 7:46

















          • Thanks I will check it

            – Sabs
            Apr 5 at 7:46
















          Thanks I will check it

          – Sabs
          Apr 5 at 7:46





          Thanks I will check it

          – Sabs
          Apr 5 at 7:46











          1














          Since HTML5 video does not support .flv at this time (or probably ever), you should use a post-processor (if recording to flv on Red5) to convert to .mp4 using ffmpeg. This will alleviate the unsupported container issue.






          share|improve this answer























          • Thanks I will check it

            – Sabs
            Apr 5 at 7:47















          1














          Since HTML5 video does not support .flv at this time (or probably ever), you should use a post-processor (if recording to flv on Red5) to convert to .mp4 using ffmpeg. This will alleviate the unsupported container issue.






          share|improve this answer























          • Thanks I will check it

            – Sabs
            Apr 5 at 7:47













          1












          1








          1







          Since HTML5 video does not support .flv at this time (or probably ever), you should use a post-processor (if recording to flv on Red5) to convert to .mp4 using ffmpeg. This will alleviate the unsupported container issue.






          share|improve this answer













          Since HTML5 video does not support .flv at this time (or probably ever), you should use a post-processor (if recording to flv on Red5) to convert to .mp4 using ffmpeg. This will alleviate the unsupported container issue.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 26 at 13:37









          Paul GregoirePaul Gregoire

          7,70210 gold badges53 silver badges119 bronze badges




          7,70210 gold badges53 silver badges119 bronze badges












          • Thanks I will check it

            – Sabs
            Apr 5 at 7:47

















          • Thanks I will check it

            – Sabs
            Apr 5 at 7:47
















          Thanks I will check it

          – Sabs
          Apr 5 at 7:47





          Thanks I will check it

          – Sabs
          Apr 5 at 7:47

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55341366%2fhow-to-play-live-streaming-videos-in-html5-using-video-element%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

          용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

          155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해