PluginProbe
StreamCast – bring live radio to your site with a sleek player / 2.2.3
StreamCast – bring live radio to your site with a sleek player v2.2.3
2.4.5 2.4.4 trunk 1.0 1.1 2.0.0 2.1.10 2.1.2 2.1.4 2.1.5 2.1.8 2.2.1 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 All 29 releases
streamcast / readme.txt

readme.txt in StreamCast – bring live radio to your site with a sleek player 2.2.3, at readme.txt

119 lines 3.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === StreamCast - Radio Player for WordPress ===
2 Contributors: bplugins, freemius, shehabulislam
3 Tags: live stream, icecast, shoutcast, radio player, Audio player
4 Donate link: https://www.buymeacoffee.com/abuhayat
5 Requires at least: 4.0
6 Tested up to: 6.5.5
7 Stable tag: 2.2.3
8 Requires PHP: 7.1
9 License: GPLv2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
12 Play iceCast, Shoutcast, Radionomy, Radiojar, RadioCo Live stream in Wordpress.
13
14 == Description ==
15
16 A simple, accessible, user-friendly and fully customizable radio player for WordPress. You can play iceCast, Shoutcast, Radionomy, Radiojar, RadioCo Live stream in WordPress website using shortcode.
17
18 **[See Live Demo](https://bplugins.com/products/streamcast-radio-player/#demos "Demo")**
19 **[Buy The Pro](https://bplugins.com/products/streamcast-radio-player/#pricing "Buy Pro version")**
20
21 = How to use it? =
22
23 https://www.youtube.com/watch?v=ad_LKLe_YQg
24
25
26 = The stream will not more play in Google Chrome 80+ =
27
28 As of Google Chrome 80, mixed content is no longer supported. If the stream is without SSL and the website is with SSL, the stream will no longer be played. Other browsers follow the example of Google. The solution is to set the stream to SSL.
29
30 More you can read here: [https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html](https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html "Visit Link")
31
32 How to setup free SSL for your Shoutcast Server Software:
33 [https://help.shoutcast.com/hc/en-us/articles/360003410613-How-to-setup-free-SSL-for-your-Shoutcast-Server-Software-](https://help.shoutcast.com/hc/en-us/articles/360003410613-How-to-setup-free-SSL-for-your-Shoutcast-Server-Software- "Visit Link")
34
35 = Demo =
36
37 LIVE DEMO -> [Check the Demos ](http://wpradioplayer.com/ "See Demo")
38
39
40 = ShortCode =
41
42 Use shortCode <pre> [stream url="YOUR_STREAM_URL"] </pre> in post / pages/ or any widget area to Embed a player.
43
44 if you want to use custom background color add background attribute in the shortCode like that <pre>[stream url="http://192.211.51.219:80/live" background="gray"] </pre>
45 .You can use color name or color code between double quotations.
46
47 = Feedback =
48 Like the plugin? Hate it? Want a new feature? [Send me some feedback](mailto:abuhayat.du@gmail.com "Send me some feedback")
49
50
51 == Installation ==
52
53 This section describes how to install the plugin and get it working.
54
55 e.g.
56
57 1. Upload `plugin-directory` to the `/wp-content/plugins/` directory
58 2. Activate the plugin through the 'Plugins' menu in WordPress
59 3. Use shortcode in page, post or in widgets.
60 4. If you want the player in your theme php file, Place `<?php echo do_shortcode('YOUR_SHORTCODE'); ?>` in your template file.
61
62
63 == Frequently Asked Questions ==
64
65 = The player is not playing my Live stream, What can i do now ? =
66
67 Please check that the Protocols of Live Stream and Website. If your website running in Https (Secure) and your stream is Http (Unsecure) then modern browsers may not play that stream. Please try to keep both protocol same.
68
69
70 = The Second Player is not showing as the First one ? =
71
72 You cannot embed more than one player in a single page.
73
74
75
76 == Screenshots ==
77
78 1. Radio Player in Front end.
79
80
81 == Changelog ==
82
83 = 2.2.3 - 4 July 2024 =
84 * Update: WordPress SDK
85
86 = 2.2.2 - 1 Jan 2024 =
87 * Fixed: Unexpected number
88
89 = 2.2.0 - 026/08/2023 =
90 * Added new skin name 'B Circle' (Premium)
91
92 = 2.1.11 - 026/08/2023 =
93 * Fix Uncaught Error in 335 line
94
95 = 2.1.9 - 01/05/2023 =
96 * Freemius SDK updated
97
98 = 2.1.8 - 01/05/2023 =
99 * Fixed: Ops issue
100
101 = 2.1.6 - 01/05/2023 =
102 * support normal stream on ultimate player
103
104 = 2.1.6 - 22/10/2022 =
105
106 = 2.1.4 =
107 * Freemius SDK updated
108
109 = 2.0.0 =
110 * Added player theme.
111 * Added Ultimate radio Player type
112 * Added custom color in player settings.
113 * Added modern skins.
114
115 = 1.0 =
116 * Initial Release
117
118
119