
Google video sitemap and swf
we need to publish sitemap google video but Google needs< video:player_loc>
but we can't use swf file because we're using m3u8 format also, and jwplayer haven't direct swf with config option.
What can we do? Google video doesn't recognize our videos on radioradicale.it
https://developers.google.com/webmasters/videosearch/sitemaps
<video:player_loc>Depends
You must specify at least one of <video:player_loc>or <video:content_loc>.
A URL pointing to a player for a specific video. Usually this is the information in the src element of an <embed> tag and should not be the same as the content of the <loc>tag.
The optional attribute allow_embed specifies whether Google can embed the video in search results. Allowed values are Yes or No.
The optional attribute autoplay has a user-defined string (in the example above, ap=1) that Google may append (if appropriate) to the flashvars parameter to enable autoplay of the video. For example: <embed src="http://www.example.com/videoplayer.swf?video=123" autoplay="ap=1"/>