Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Here is the scenario..

I want to share HLS Live Streaming(.m3u8) on Facebook and it should play the live video in user's profile..

How can i achieve this..?

Here is my Sample Code..

XML
<meta property='og:site_name' content='Content Title'>
<meta property='og:url' content='https://fb.example.me/ravi'>
<meta property='og:title' content='Content Title'>
<meta property='og:image' content='IMAGE LINK'>
<meta property='og:type' content='video.other'>
<link rel='canonical' href='https://fb.example.me/ravi'>
<meta property='og:video' content='M3U8 Link'>
<meta property='og:video:secure_url' content='HTTPS M3U8 Link'>
<meta property='og:video:type' content='application/x-shockwave-flash'>
<meta property='og:video:width' content='472'>
<meta property='og:video:height' content='296'>
<meta property='fb:app_id' content='MY FB APP ID'>


Please assist me if i am missing anything..?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900